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.
2 parents e8fe813 + e349070 commit c6d177cCopy full SHA for c6d177c
src/PhpCsFixerConfig.php
@@ -18,6 +18,7 @@ public static function create(array $extraRules = []): Config
18
'array_syntax' => [
19
'syntax' => 'short',
20
],
21
+ 'indentation_type' => true,
22
'blank_line_before_return' => true,
23
'declare_strict_types' => true,
24
'method_separation' => true,
0 commit comments