Skip to content

Commit edbdc3f

Browse files
committed
updated phpstan
1 parent 8c805a5 commit edbdc3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"minimum-stability": "dev",
3939
"scripts": {
40-
"phpstan": "phpstan analyse --level 5 src",
40+
"phpstan": "phpstan analyse",
4141
"tester": "tester tests -s"
4242
},
4343
"extra": {

phpstan.neon

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
parameters:
2+
level: 5
3+
4+
paths:
5+
- src

0 commit comments

Comments
 (0)