Skip to content

Commit 397cf6d

Browse files
committed
updated phpstan
1 parent c3ca96e commit 397cf6d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"minimum-stability": "dev",
3737
"scripts": {
38-
"phpstan": "phpstan analyse --level 5 --configuration tests/phpstan.neon src",
38+
"phpstan": "phpstan analyse",
3939
"tester": "tester tests -s"
4040
},
4141
"extra": {

phpstan.neon

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
parameters:
2+
level: 5
3+
4+
paths:
5+
- src
6+
7+
includes:
8+
- vendor/phpstan/phpstan-nette/extension.neon

tests/phpstan.neon

-2
This file was deleted.

0 commit comments

Comments
 (0)