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 6b96629 commit e6a1b88Copy full SHA for e6a1b88
composer.json
@@ -29,7 +29,7 @@
29
}
30
},
31
"scripts": {
32
- "phpstan": "phpstan analyse src tests --configuration phpstan.neon --memory-limit=2G",
+ "phpstan": "phpstan analyse --configuration phpstan.neon --memory-limit=2G",
33
"test": "phpunit",
34
"lint": "phpcs",
35
"lint:fix": "phpcbf"
phpstan.neon
@@ -3,6 +3,9 @@ includes:
3
4
parameters:
5
level: max
6
+ paths:
7
+ - main.php
8
+ - src/
9
+ - phpunit-tests/
10
excludePaths:
- - tests/
- - phpunit-tests/data
11
+ - phpunit-tests/data/
0 commit comments