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 6a5ed27 commit 5c86185Copy full SHA for 5c86185
1 file changed
composer.json
@@ -47,8 +47,8 @@
47
"@clear-coverage",
48
"phpunit --configuration phpunit.xml --coverage-text --coverage-html=/coverage --colors --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
49
],
50
- "phpcs": "phpcs -p --colors --standard=PSR12 app/ tests/",
51
- "phpcbf": "phpcbf -p --colors --standard=PSR12 app/ tests/",
+ "phpcs": "phpcs -p --colors --standard=phpcs.xml app/ tests/",
+ "phpcbf": "phpcbf -p --colors --standard=phpcs.xml app/ tests/",
52
"linter": "parallel-lint --colors -e php -j 10 app/ tests/",
53
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon"
54
},
0 commit comments