chore: add -n to composer lint

This commit is contained in:
Feek 2020-07-25 14:56:57 -07:00
parent 301a2f900a
commit 6eb856073b

View File

@ -46,7 +46,7 @@
"@test"
],
"analyze": "psalm",
"lint": "phpcs",
"lint": "phpcs -n",
"test": "codecept run"
},
"require-dev": {