We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e618ec commit 0950515Copy full SHA for 0950515
src/PhpCsFixer/Rules.php
@@ -48,7 +48,10 @@ private static function getBaseRules(): array
48
],
49
'array_indentation' => true,
50
'binary_operator_spaces' => [
51
- 'default' => 'align_single_space_minimal',
+ 'default' => 'single_space',
52
+ 'operators' => [
53
+ '=>' => 'align_single_space_minimal',
54
+ ],
55
56
'blank_line_before_statement' => [
57
'statements' => [
0 commit comments