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 325a713 commit 2b919c4Copy full SHA for 2b919c4
.github/workflows/quality.yaml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- name: Cs-Fixer
9
run: |
10
- wget -q https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer
+ 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
13
0 commit comments