mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user