1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 01:44:04 +00:00

php-cs-fixer

This commit is contained in:
Samuel Štancl 2022-09-29 15:31:44 +02:00
parent 147b2fe3c0
commit abbeae3072
12 changed files with 15 additions and 13 deletions

View file

@ -63,6 +63,7 @@
"docker-m1": "ln -s docker-compose-m1.override.yml docker-compose.override.yml",
"coverage": "open coverage/phpunit/html/index.html",
"phpstan": "vendor/bin/phpstan",
"cs": "php-cs-fixer fix --config=.php-cs-fixer.php",
"test": "PHP_VERSION=8.1 ./test --no-coverage",
"test-full": "PHP_VERSION=8.1 ./test"
},