Skip to content

Commit 7f9abe1

Browse files
committed
[internal-api-client] Change PHPStan's deprecated config option
1 parent 76f5b3a commit 7f9abe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
parameters:
22
level: max
3-
checkMissingIterableValueType: false
43
paths:
54
- src
65
- tests
76
ignoreErrors:
7+
- identifier: missingType.iterableValue
88
- '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
99
- '#Cannot call method arrayNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'

0 commit comments

Comments
 (0)