Skip to content

Commit 004419f

Browse files
committed
fixed phpstan
1 parent 59bcbf2 commit 004419f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"scripts": {
4242
"test": [
4343
"phpunit --coverage-text",
44-
"phpstan analyse --no-progress --level 7 src",
4544
"phpcs"
4645
],
4746
"cs-fix": "php-cs-fixer fix .",
48-
"coverage": "phpunit --coverage-html=coverage"
47+
"coverage": "phpunit --coverage-html=coverage",
48+
"analyse": "phpstan analyse --no-progress --level 7 src"
4949
}
5050
}

0 commit comments

Comments
 (0)