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 a13b119 commit ed475f6Copy full SHA for ed475f6
composer.json
@@ -33,7 +33,7 @@
33
},
34
"minimum-stability": "dev",
35
"scripts": {
36
- "phpstan": "phpstan analyse --level 5 --configuration tests/phpstan.neon src",
+ "phpstan": "phpstan analyse",
37
"tester": "tester tests -s"
38
39
"extra": {
tests/phpstan.neon renamed to phpstan.neon
@@ -1,7 +1,14 @@
1
-includes:
2
- - ../vendor/phpstan/phpstan-nette/extension.neon
3
-
4
parameters:
+ level: 5
+
+ paths:
5
+ - src
6
7
treatPhpDocTypesAsCertain: false
8
9
ignoreErrors:
10
- '#Variable \$this in isset\(\) always exists and is not nullable\.#'
11
12
13
+includes:
14
+ - vendor/phpstan/phpstan-nette/extension.neon
0 commit comments