Skip to content

Commit 09431b5

Browse files
committed
add phpstan config
1 parent a7a44ee commit 09431b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpstan.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
parameters:
2+
level: 5
3+
paths:
4+
- src/
5+
- tests/
6+
scanDirectories:
7+
- vendor/
8+
ignoreErrors:
9+
- '/Unreachable statement \- code above always terminates\./'
10+
- '/PHPDoc tag @var above a method has no effect\./'

0 commit comments

Comments
 (0)