Skip to content

Commit

Permalink
Merge pull request #32 from modul-is/v4.3.1
Browse files Browse the repository at this point in the history
binaryOperatorSpacesFixer fix
  • Loading branch information
spulakk authored Jan 14, 2025
2 parents eb27883 + 25f120d commit 375d2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preset-fixer/common/Nette.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'space_after_semicolon' => true,

// Binary operators should be surrounded by at least one space.
'binary_operator_spaces' => ['operators' => ['|' => 'no_space', '%' => null]],
'binary_operator_spaces' => ['operators' => ['|' => 'no_space', '%' => null, '/' => null]],

// Unary operators should be placed adjacent to their operands.
'unary_operator_spaces' => true,
Expand Down

0 comments on commit 375d2bc

Please sign in to comment.