Skip to content

Commit

Permalink
chore: specify default for binary_operator_spaces cs-fixer rule
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 1, 2024
1 parent 08aa46d commit 9370ce4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
$config->setRules([
'@PSR2' => true,
'@Symfony' => true,
'binary_operator_spaces' => [],
'binary_operator_spaces' => [
'default' => 'at_least_single_space',
],
'braces_position' => [
'functions_opening_brace' => 'same_line',
'classes_opening_brace' => 'same_line'],
Expand Down

0 comments on commit 9370ce4

Please sign in to comment.