Skip to content

Commit d18ba76

Browse files
authored
Merge pull request #350 from dotkernel/issue-324-2
Added phpstan command in composer.json
2 parents 0a21371 + 19bf8bb commit d18ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
"@test",
117117
"@analyze"
118118
],
119-
"analyze": "phpstan analyze -l max -c ./phpstan.installer.neon ./src ./config",
120119
"clear-config-cache": "php bin/clear-config-cache.php",
121120
"cs-check": "phpcs",
122121
"cs-fix": "phpcbf",
123122
"serve": "php -S 0.0.0.0:8080 -t public/",
123+
"static-analysis": "phpstan analyse",
124124
"test": "phpunit --colors=always",
125125
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
126126
}

0 commit comments

Comments
 (0)