Skip to content

Commit cd1cb69

Browse files
authored
Merge pull request #460 from kbond/phpstan-fix
minor: remove ignored phpstan errors
2 parents f70fefe + b62d016 commit cd1cb69

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ parameters:
3232
path: ./src/DependencyInjection/Providers
3333

3434
# The DependencyInjection returns are very complex to deal with
35-
-
36-
message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::scalarNode\(\)\.#'
37-
path: ./src/DependencyInjection/Providers
38-
-
39-
message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::arrayNode\(\)\.#'
40-
path: ./src/DependencyInjection/Providers
4135
-
4236
message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\)\.#'
4337
path: ./src/DependencyInjection

0 commit comments

Comments
 (0)