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 1954f32 commit afe33bdCopy full SHA for afe33bd
1 file changed
.php_cs.dist
@@ -14,6 +14,7 @@ return PhpCsFixer\Config::create()
14
'@PSR1' => true,
15
'@PSR2' => true,
16
'@Symfony' => true,
17
+ 'array_indentation' => true,
18
'array_syntax' => ['syntax' => 'long'],
19
'concat_space' => ['spacing' => 'one'],
20
'no_useless_else' => true,
0 commit comments