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 9ba5388 commit 00735a8Copy full SHA for 00735a8
composer.json
@@ -35,8 +35,8 @@
35
}
36
},
37
"scripts": {
38
- "phpstan": "phpstan analyze",
39
- "tests": "tester ./tests/test.php && phpstan analyze"
+ "phpstan": "phpstan analyze -c phpstan.neon",
+ "tests": "tester ./tests/test.php && phpstan analyze -c phpstan.neon"
40
41
"config": {
42
"allow-plugins": {
tests/config.neon
@@ -1,6 +1,8 @@
1
parameters:
2
scanDirectories:
3
- %rootDir%/../../../tests/testbox
4
+ paths:
5
+ - ../src
6
7
services:
8
errorFormatter.rawSimple:
0 commit comments