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 145f4e2 commit ed66699Copy full SHA for ed66699
.github/workflows/quality.yaml
@@ -9,7 +9,7 @@ jobs:
9
run: |
10
wget -q https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer
11
chmod a+x php-cs-fixer
12
- PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
+ PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix --dry-run --config=.php-cs-fixer.dist.php
13
14
phpunit:
15
runs-on: ubuntu-latest
0 commit comments