Skip to content

Commit 5c86185

Browse files
authored
fix: updated composer.json
1 parent 6a5ed27 commit 5c86185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@clear-coverage",
4848
"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 \" \")"
4949
],
50-
"phpcs": "phpcs -p --colors --standard=PSR12 app/ tests/",
51-
"phpcbf": "phpcbf -p --colors --standard=PSR12 app/ tests/",
50+
"phpcs": "phpcs -p --colors --standard=phpcs.xml app/ tests/",
51+
"phpcbf": "phpcbf -p --colors --standard=phpcs.xml app/ tests/",
5252
"linter": "parallel-lint --colors -e php -j 10 app/ tests/",
5353
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon"
5454
},

0 commit comments

Comments
 (0)