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 e6ef6a1 commit 2be248fCopy full SHA for 2be248f
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
coverage: none
20
- name: php-cs-fixer
21
run: |
22
- wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.11.0/php-cs-fixer.phar -q
+ wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.13.2/php-cs-fixer.phar -q
23
php php-cs-fixer.phar fix --dry-run --diff
24
25
tests-php-8-0-symfony-5-4:
0 commit comments