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:
Michael Voříšek
2024-02-02 07:53:34 +01:00
committed by GitHub
parent 372c8bd0cd
commit d18406a8bd
365 changed files with 6840 additions and 6806 deletions

View File

@@ -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,