Skip to content

Commit 5bd69f5

Browse files
committed
updated phpstan
1 parent 31b4324 commit 5bd69f5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"bin": ["src/tester"],
2828
"scripts": {
29-
"phpstan": "phpstan analyse --level 5 src",
29+
"phpstan": "phpstan analyse",
3030
"tester": "tester tests -s"
3131
},
3232
"extra": {

phpstan.neon

Lines changed: 5 additions & 0 deletions
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)