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 253960e commit a4a1a5dCopy full SHA for a4a1a5d
composer.json
@@ -22,6 +22,7 @@
22
},
23
"require-dev": {
24
"nette/tester": "^2.5",
25
+ "phpstan/phpstan-nette": "^2",
26
"symfony/thanks": "^1"
27
28
"autoload": {
@@ -30,6 +31,7 @@
30
31
}
32
33
"scripts": {
34
+ "phpstan": "phpstan analyse",
35
"tester": "tester tests -s"
36
37
"minimum-stability": "stable",
phpstan.neon
@@ -0,0 +1,10 @@
1
+parameters:
2
+ level: 5
3
+
4
+ paths:
5
+ - src
6
+ - bin
7
+ - tests
8
9
+includes:
10
+ - vendor/phpstan/phpstan-nette/extension.neon
0 commit comments