Skip to content

Commit 6a6d550

Browse files
committed
Enhancement: Enable binary_operator_spaces fixer
1 parent 57f505e commit 6a6d550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
->setRules([
2222
'array_indentation' => true,
2323
'array_syntax' => true,
24+
'binary_operator_spaces' => true,
2425
'class_attributes_separation' => true,
2526
'concat_space' => [
2627
'spacing' => 'one',

0 commit comments

Comments
 (0)