We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a44ee commit 09431b5Copy full SHA for 09431b5
phpstan.neon
@@ -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