ignore unmatched ignored errors

This commit is contained in:
Dennis Eichhorn 2019-12-30 17:29:16 +01:00
parent 1021257b34
commit 3aad453e59

View File

@ -4,6 +4,7 @@ includes:
parameters: parameters:
fileExtensions: fileExtensions:
- php - php
reportUnmatchedIgnoredErrors: true
excludes_analyse: excludes_analyse:
- *.tpl.php - *.tpl.php
- */tests/* - */tests/*