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 76f5b3a commit 7f9abe1Copy full SHA for 7f9abe1
phpstan.neon
@@ -1,9 +1,9 @@
1
parameters:
2
level: max
3
- checkMissingIterableValueType: false
4
paths:
5
- src
6
- tests
7
ignoreErrors:
+ - identifier: missingType.iterableValue
8
- '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
9
- '#Cannot call method arrayNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
0 commit comments