Skip to content

Commit a4c9fc4

Browse files
authored
Add missing type error configuration for PHPStan (#1061)
1 parent 132792c commit a4c9fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ parameters:
66
identifier: missingType.iterableValue
77
-
88
identifier: missingType.generics
9+
-
10+
message: '#Call to method (arrayNode|append|integerNode|scalarNode|booleanNode|enumNode|variableNode)\(\) on an unknown class#'
11+
path: src/DependencyInjection/Configuration.php
912
paths:
1013
- src
1114
bootstrapFiles:

0 commit comments

Comments
 (0)