We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da517ad commit 6b89638Copy full SHA for 6b89638
1 file changed
.php_cs.dist
@@ -15,7 +15,7 @@ return PhpCsFixer\Config::create()
15
'array_indentation' => true,
16
'array_syntax' => ['syntax' => 'short'],
17
'backtick_to_shell_exec' => true,
18
- 'blank_line_before_return' => true,
+ 'blank_line_before_statement' => true,
19
'class_keyword_remove' => false,
20
'combine_consecutive_issets' => true,
21
'combine_consecutive_unsets' => true,
0 commit comments