Skip to content

Commit 22fd68e

Browse files
committed
updated phpstan
1 parent 03e766d commit 22fd68e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"minimum-stability": "dev",
3434
"scripts": {
35-
"phpstan": "phpstan analyse --level 5 --configuration tests/phpstan.neon src",
35+
"phpstan": "phpstan analyse",
3636
"tester": "tester tests -s"
3737
},
3838
"extra": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
parameters:
2+
level: 5
3+
4+
paths:
5+
- src
6+
27
treatPhpDocTypesAsCertain: false

0 commit comments

Comments
 (0)