Skip to content

Commit 7c84b89

Browse files
author
Jérôme Deuchnord
committed
Update whitelist in PHPStan
1 parent fd8a3e8 commit 7c84b89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
parameters:
22
inferPrivatePropertyTypeFromConstructor: true
33
ignoreErrors:
4-
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\)\.#'
54
# BC layer
65
- '#Call to function method_exists\(\).*getRootNode. will always evaluate to false\.#'
6+
- '#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

Comments
 (0)