|
| 1 | +parameters: |
| 2 | + level: max |
| 3 | + paths: |
| 4 | + - src |
| 5 | + excludePaths: |
| 6 | + # This class is deprecated, we don't care about warnings |
| 7 | + - src/M6Web/Bundle/LogBridgeBundle/EventDispatcher/BuilderEvent.php |
| 8 | + - src/M6Web/Bundle/LogBridgeBundle/Tests/* |
| 9 | + |
| 10 | + # Errors from DependencyInjection : hard to fix, not that useful |
| 11 | + ignoreErrors: |
| 12 | + - |
| 13 | + message: "#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:findDefinition\\(\\) expects string, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 14 | + count: 1 |
| 15 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 16 | + |
| 17 | + - |
| 18 | + message: "#^Parameter \\#1 \\$object_or_class of function class_implements expects object\\|string, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 19 | + count: 1 |
| 20 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 21 | + |
| 22 | + - |
| 23 | + message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#" |
| 24 | + count: 1 |
| 25 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 26 | + |
| 27 | + - |
| 28 | + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<string, string\\>\\|false given\\.$#" |
| 29 | + count: 1 |
| 30 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 31 | + |
| 32 | + - |
| 33 | + message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" |
| 34 | + count: 1 |
| 35 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 36 | + |
| 37 | + - |
| 38 | + message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 39 | + count: 1 |
| 40 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/CompilerPass/LoggerValidationPass.php |
| 41 | + |
| 42 | + - |
| 43 | + message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#" |
| 44 | + count: 1 |
| 45 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/Configuration.php |
| 46 | + |
| 47 | + - |
| 48 | + message: "#^Method M6Web\\\\Bundle\\\\LogBridgeBundle\\\\DependencyInjection\\\\M6WebLogBridgeExtension\\:\\:load\\(\\) has parameter \\$configs with no value type specified in iterable type array\\.$#" |
| 49 | + count: 1 |
| 50 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/M6WebLogBridgeExtension.php |
| 51 | + |
| 52 | + - |
| 53 | + message: "#^Parameter \\#1 \\$class of class Symfony\\\\Component\\\\DependencyInjection\\\\Definition constructor expects string\\|null, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 54 | + count: 2 |
| 55 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/M6WebLogBridgeExtension.php |
| 56 | + |
| 57 | + - |
| 58 | + message: "#^Parameter \\#1 \\$id of class Symfony\\\\Component\\\\DependencyInjection\\\\Reference constructor expects string, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 59 | + count: 3 |
| 60 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/M6WebLogBridgeExtension.php |
| 61 | + |
| 62 | + - |
| 63 | + message: "#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:setDefinition\\(\\) expects string, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 64 | + count: 2 |
| 65 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/M6WebLogBridgeExtension.php |
| 66 | + |
| 67 | + - |
| 68 | + message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#" |
| 69 | + count: 1 |
| 70 | + path: src/M6Web/Bundle/LogBridgeBundle/DependencyInjection/M6WebLogBridgeExtension.php |
0 commit comments