Skip to content

Commit b7d4da8

Browse files
committed
ci: fix deprecation for PhpCsFixer
1 parent b601378 commit b7d4da8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
env:
3838
php-version: 8.4
39-
PHP_CS_FIXER_IGNORE_ENV: 1
4039
steps:
4140
- name: "Setup PHP"
4241
uses: shivammathur/setup-php@v2

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'@Symfony' => true,
1111
'no_superfluous_phpdoc_tags' => false,
1212
'phpdoc_to_comment' => ['ignored_tags' => ['var']], // phpstan errors pops up without this
13+
'unsupportedPhpVersionAllowed' => true,
1314
])
1415
->setFinder($finder)
1516
;

0 commit comments

Comments
 (0)