We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76019f2 commit bac37cdCopy full SHA for bac37cd
1 file changed
.php-cs-fixer-rules.php
@@ -21,7 +21,6 @@
21
'array_indentation' => true,
22
'assign_null_coalescing_to_coalesce_equal' => true,
23
'binary_operator_spaces' => ['default' => 'single_space'],
24
- 'blank_line_before_statement' => ['statements' => ['continue', 'declare', 'try']],
25
'cast_spaces' => ['space' => 'single'],
26
'class_attributes_separation' => ['elements' => ['method' => 'one']],
27
'declare_strict_types' => true,
0 commit comments