8000 fixed phpstan · middlewares/http-authentication@1683270 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1683270

Browse files
committed
fixed phpstan
1 parent b2c829d commit 1683270

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
@@ -42,10 +42,10 @@
4242
"scripts": {
4343
"test": [
4444
"phpunit --coverage-text",
45-
"phpstan analyse --no-progress --level 7 src",
4645
"phpcs"
4746
],
4847
"cs-fix": "php-cs-fixer fix .",
49-
"coverage": "phpunit --coverage-html=coverage"
48+
"coverage": "phpunit --coverage-html=coverage",
49+
"analyse": "phpstan analyse --no-progress --level 7 src"
5050
}
5151
}

0 commit comments

Comments
 (0)
0