We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccfd6e commit b45d14fCopy full SHA for b45d14f
composer.json
@@ -9,5 +9,9 @@
9
"squizlabs/php_codesniffer": "^3.5"
10
},
11
"license": "MIT",
12
- "minimum-stability": "stable"
+ "minimum-stability": "stable",
13
+ "scripts": {
14
+ "cs-check": "phpcs -p --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1",
15
+ "cs-fix": "phpcbf -p --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1"
16
+ }
17
}
0 commit comments