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 b7d4da8 commit e341f4aCopy full SHA for e341f4a
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
composer-options: "--optimize-autoloader"
53
54
- name: "Run PHP-CS-Fixer"
55
- run: vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
+ run: vendor/bin/php-cs-fixer fix -v --dry-run --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
56
57
phpunit:
58
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }})
.php-cs-fixer.php
@@ -10,7 +10,6 @@
10
'@Symfony' => true,
11
'no_superfluous_phpdoc_tags' => false,
12
'phpdoc_to_comment' => ['ignored_tags' => ['var']], // phpstan errors pops up without this
13
- 'unsupportedPhpVersionAllowed' => true,
14
])
15
->setFinder($finder)
16
;
0 commit comments