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 b601378 commit b7d4da8Copy full SHA for b7d4da8
.github/workflows/ci.yml
@@ -36,7 +36,6 @@ jobs:
36
runs-on: ubuntu-latest
37
env:
38
php-version: 8.4
39
- PHP_CS_FIXER_IGNORE_ENV: 1
40
steps:
41
- name: "Setup PHP"
42
uses: shivammathur/setup-php@v2
.php-cs-fixer.php
@@ -10,6 +10,7 @@
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