We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5168dd7 commit 45f8ce5Copy full SHA for 45f8ce5
phpstan.neon
@@ -1,5 +1,6 @@
1
parameters:
2
ignoreErrors:
3
- "#Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition::children\\(\\)#"
4
+ - '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
5
#includes:
6
# - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
0 commit comments