Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 795d75f

Browse files
committed
update PHP-CS-Fixer config
1 parent d1caaa3 commit 795d75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php_cs_fixer.dist.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
return new PhpCsFixer\Config()
2323
->setParallelConfig(ParallelConfigFactory::detect())
2424
->setRules([
25-
'@PSR12' => true,
26-
'@PHP84Migration' => true,
27-
'@PHPUnit110Migration:risky' => true,
25+
'@PER-CS' => true,
26+
'@PHP8x5Migration' => true,
27+
'@PHPUnit11x0Migration:risky' => true,
2828
'@Symfony' => true,
2929
'@Symfony:risky' => true,
3030
'combine_nested_dirname' => true,

0 commit comments

Comments
 (0)