We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45c80c1 + b8dcd9f commit 95a5764Copy full SHA for 95a5764
1 file changed
composer.json
@@ -68,6 +68,7 @@
68
],
69
"scripts": {
70
"test": "vendor/bin/phpunit",
71
- "phpcs": "vendor/bin/phpcs --standard=psr12 src --warning-severity=0 --error-severity=1"
+ "phpcs": "vendor/bin/phpcs --standard=psr12 src demo tests --warning-severity=0 --error-severity=1",
72
+ "phpcbf": "vendor/bin/phpcbf --standard=psr12 src demo tests"
73
}
74
0 commit comments