1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Usability for cs check and fix. (#3363)

This commit is contained in:
Mark Sch 2020-05-15 01:16:16 +02:00 committed by GitHub
parent b057ec1887
commit d49f0a9075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,8 @@
"phpunit"
],
"psalm": "./psalm --find-dead-code",
"standards": "phpcs",
"cs": "phpcs -p",
"cs-fix": "phpcbf -p",
"tests": [
"phpcs",
"phpunit"