Skip to content

Commit ce7c05d

Browse files
committed
chore: phpstan config
1 parent 5bef88f commit ce7c05d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

phpstan.neon

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
includes:
2+
- ./vendor/larastan/larastan/extension.neon
3+
4+
parameters:
5+
reportUnmatchedIgnoredErrors: false
6+
level: 8
7+
paths:
8+
- src
9+
ignoreErrors:
10+
- identifier: missingType.generics
11+
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)