Fix more CS whitespace (#9318)

* fix "no_useless_else" manually

* fix some "blank_line_before_statement"

* two manual changes

* Revert "fix some "blank_line_before_statement""

This reverts commit 2cc857c00e.

* fix some "blank_line_before_statement" using patched fixer (after "}" only)

* fix continue/break too
This commit is contained in:
Michael Voříšek
2024-01-25 19:17:29 +01:00
committed by GitHub
parent 6dac0e1b65
commit ff2d721680
45 changed files with 162 additions and 89 deletions

View File

@@ -101,7 +101,6 @@ return (new Config())
'modernize_types_casting' => false,
'no_blank_lines_after_phpdoc' => false,
'no_break_comment' => false,
'no_useless_else' => false,
'phpdoc_annotation_without_dot' => false,
'phpdoc_summary' => false,
'string_length_to_empty' => false,