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 d3d215d commit cf5fe14Copy full SHA for cf5fe14
composer.json
@@ -54,10 +54,10 @@
54
"sed -i.bak 's/<!--<severity>0<\\/severity>-->/<severity>0<\\/severity>/' PhpCollective/ruleset.xml",
55
"rm -f PhpCollective/ruleset.xml.bak"
56
],
57
- "cs-check": "vendor/bin/phpcs --extensions=php",
58
- "cs-fix": "vendor/bin/phpcbf --extensions=php",
59
- "test": "vendor/bin/phpunit",
60
- "stan": "phpstan analyse",
+ "cs-check": "vendor/bin/phpcs phpstan analyse",
+ "cs-fix": "phpcbf --colors --parallel=16",
+ "test": "phpunit --colors --parallel=16",
+ "stan": "phpstan analyze",
61
"xml": "tests/xmllint.sh"
62
},
63
"bin": [
0 commit comments