| parameters:
    reportUnmatchedIgnoredErrors: false
    level: max
    paths:
        - %currentWorkingDirectory%/src/
    ignoreErrors:
        # ignore errors
        - '#no value type specified in iterable type#'
        - '#voku\\helper\\UTF8::substr_replace\(\) should return TSubstrReplace#'
        - '#voku\\helper\\UTF8::fix_utf8\(\) should return TFixUtf8#'
        - '#voku\\helper\\UTF8::to_iso8859\(\) should return TToIso8859#'
 |