We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c9fc4 commit 52fd8f2Copy full SHA for 52fd8f2
phpstan.neon
@@ -2,13 +2,13 @@ parameters:
2
level: 6
3
reportUnmatchedIgnoredErrors: false
4
ignoreErrors:
5
- -
6
- identifier: missingType.iterableValue
7
8
- identifier: missingType.generics
9
10
- message: '#Call to method (arrayNode|append|integerNode|scalarNode|booleanNode|enumNode|variableNode)\(\) on an unknown class#'
11
- path: src/DependencyInjection/Configuration.php
+ -
+ identifier: missingType.iterableValue
+ identifier: missingType.generics
+ message: '#Call to method (arrayNode|append|integerNode|scalarNode|booleanNode|enumNode|variableNode)\(\) on an unknown class#'
+ path: src/DependencyInjection/Configuration.php
12
paths:
13
- src
14
bootstrapFiles:
0 commit comments