Skip to content

Commit 1b265ed

Browse files
authored
Update .php-cs-fixer.dist.php
1 parent e8420e4 commit 1b265ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.php-cs-fixer.dist.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
return (new PhpCsFixer\Config())
1414
->setRules([
15-
'@PSR12' => true,
15+
'@PER-CS' => true,
16+
'@PER-CS:risky' => true,
17+
'@PHP74Migration:risky' => true,
18+
'@PHP80Migration:risky' => true,
19+
'@PHP82Migration' => true,
1620
'array_syntax' => ['syntax' => 'short'],
1721
'ordered_imports' => ['sort_algorithm' => 'alpha'],
1822
'no_unused_imports' => true,

0 commit comments

Comments
 (0)