We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f94ca + e951a1e commit 6aaff87Copy full SHA for 6aaff87
1 file changed
composer.json
@@ -47,8 +47,8 @@
47
"scripts": {
48
"create-docs": "phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'",
49
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
50
- "phpcbf": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
51
- "phpcs-tests": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
+ "phpcbf": "vendor/bin/phpcbf --standard=phpcs.xml -s -v",
+ "phpcs-tests": "vendor/bin/phpcs --standard=phpcs.tests.xml -s -v",
52
"phpcbf-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
53
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
54
"php-coding-standards": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
0 commit comments