Skip to content

Commit 09e5028

Browse files
committed
minor #1009 Allow to use PHP 8.5 with php-cs-fixer (lyrixx)
This PR was merged into the main branch. Discussion ---------- Allow to use PHP 8.5 with php-cs-fixer | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- 2705302 [Meta] Allow to use PHP 8.5 with php-cs-fixer
2 parents c72b187 + 2705302 commit 09e5028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
return (new PhpCsFixer\Config())
3131
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
3232
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
33+
->setUnsupportedPhpVersionAllowed(true)
3334
->setRules([
3435
'@Symfony' => true,
3536
'@Symfony:risky' => true,

0 commit comments

Comments
 (0)