Skip to content

Commit bac37cd

Browse files
committed
revert: remove blank_line_before_statement rule
1 parent 76019f2 commit bac37cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer-rules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
'array_indentation' => true,
2222
'assign_null_coalescing_to_coalesce_equal' => true,
2323
'binary_operator_spaces' => ['default' => 'single_space'],
24-
'blank_line_before_statement' => ['statements' => ['continue', 'declare', 'try']],
2524
'cast_spaces' => ['space' => 'single'],
2625
'class_attributes_separation' => ['elements' => ['method' => 'one']],
2726
'declare_strict_types' => true,

0 commit comments

Comments
 (0)