Skip to content

Commit

Permalink
Composer scripts 追加 phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Aug 3, 2018
1 parent 6d51c6c commit 4137803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"scripts": {
"check-cs": "phpcs aop --standard='PSR1,PSR2,PSR12' -n",
"fix-cs": "phpcbf aop --standard='PSR1,PSR2,PSR12'"
"fix-cs": "phpcbf aop --standard='PSR1,PSR2,PSR12'",
"phpstan": "phpstan analyze aop --level max"
}
}

0 comments on commit 4137803

Please sign in to comment.