We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23457a5 commit ad58c68Copy full SHA for ad58c68
.php_cs.dist.php
@@ -12,7 +12,7 @@
12
13
return (new PhpCsFixer\Config())
14
->setRules([
15
- '@PSR2' => true,
+ '@PSR12' => true,
16
'array_syntax' => ['syntax' => 'short'],
17
'ordered_imports' => ['sort_algorithm' => 'alpha'],
18
'no_unused_imports' => true,
0 commit comments