Skip to content

Commit 326cf79

Browse files
authored
Adjust PHPStan configuration parameters
Lower PHPStan level from 6 to 5 and add new parameters.
1 parent 0e0acb2 commit 326cf79

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

phpstan.neon

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
parameters:
2-
level: 6
2+
level: 5
33
paths:
44
- src
5+
6+
checkMissingIterableValueType: true
7+
checkGenericClassInNonGenericObjectType: true
8+
9+
ignoreErrors:
10+
- '#Call to an undefined method#'

0 commit comments

Comments
 (0)