Skip to content

Commit

Permalink
Merge pull request #579 from mimmi20/updates
Browse files Browse the repository at this point in the history
update rule
  • Loading branch information
mimmi20 authored Dec 5, 2024
2 parents 036c568 + 541851a commit 2b75796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php-cs-fixer.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
'operators' => ['=' => null, '-=' => null, '.=' => null, '+=' => null],
'operators' => ['=' => null, '-=' => null, '.=' => null, '+=' => null, '*=' => null],
],
'blank_line_after_namespace' => true,
'blank_lines_before_namespace' => [
Expand Down

0 comments on commit 2b75796

Please sign in to comment.