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 fd8a3e8 commit 7c84b89Copy full SHA for 7c84b89
phpstan.neon
@@ -1,6 +1,7 @@
1
parameters:
2
inferPrivatePropertyTypeFromConstructor: true
3
ignoreErrors:
4
- - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\)\.#'
5
# BC layer
6
- '#Call to function method_exists\(\).*getRootNode. will always evaluate to false\.#'
+ - '#Class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder constructor invoked with 0 parameters, 1-3 required\.#'
7
+ - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder::root\(\)\.#'
0 commit comments