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 132792c commit a4c9fc4Copy full SHA for a4c9fc4
phpstan.neon
@@ -6,6 +6,9 @@ parameters:
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
12
paths:
13
- src
14
bootstrapFiles:
0 commit comments