Skip to content

Commit b62d016

Browse files
committed
minor: remove ignored phpstan errors
1 parent f70fefe commit b62d016

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)