Skip to content

Commit 7924516

Browse files
Enable binary_operator_spaces
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 1a93da8 commit 7924516

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public function getRules()
2525
'array_syntax' => [
2626
'syntax' => 'short',
2727
],
28+
'binary_operator_spaces' => [
29+
'default' => 'single_space',
30+
],
2831
'blank_line_after_namespace' => true,
2932
'blank_line_after_opening_tag' => true,
3033
'braces' => [

0 commit comments

Comments
 (0)