mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix binary operator spaces CS (#9330)
* align_single_space_minimal for assign * assign operators grouping is not supported by PHP CS Fixer * binary_operator_spaces = single_space * fix anonymous function on single line * align comments manually
This commit is contained in:
@@ -95,7 +95,6 @@ return (new Config())
|
||||
|
||||
// TODO
|
||||
'array_indentation' => false,
|
||||
'binary_operator_spaces' => ['default' => 'at_least_single_space'],
|
||||
'general_phpdoc_annotation_remove' => false,
|
||||
'method_argument_space' => ['on_multiline' => 'ignore'],
|
||||
'modernize_types_casting' => false,
|
||||
|
||||
Reference in New Issue
Block a user