We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ae5f9 commit 17c0ab2Copy full SHA for 17c0ab2
.php-cs-fixer.dist.php
@@ -15,7 +15,7 @@
15
16
return (new PhpCsFixer\Config)
17
->setRules([
18
- '@PSR2' => true,
+ '@PSR12' => true,
19
'array_syntax' => ['syntax' => 'short'],
20
'ordered_imports' => ['sort_algorithm' => 'alpha'],
21
'no_unused_imports' => true,
0 commit comments