Skip to content

Commit

Permalink
Realodix: Follow Laravel ternary_operator_spaces rule
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 5, 2024
1 parent ffc1656 commit 24c8f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RuleSet/Sets/Realodix.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function mainRules(): array
/*
* Laravel rules modification
*/
'ternary_operator_spaces' => false,
'binary_operator_spaces' => [
'default' => 'single_space',
'operators' => ['=>' => 'at_least_single_space'],
Expand Down

0 comments on commit 24c8f90

Please sign in to comment.