Skip to content

Commit a4c0124

Browse files
committed
Add phpstan config
1 parent 8a4a459 commit a4c0124

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
parameters:
2+
level: 6
3+
paths:
4+
- src
5+
- tests
6+
checkMissingIterableValueType: false
7+

0 commit comments

Comments
 (0)