Skip to content

Commit

Permalink
Removed long_to_shorthand_operator php-cs-fixer rule.
Browse files Browse the repository at this point in the history
This is deemed a risky rule since version `3.38.0`, see:
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.38.0
  • Loading branch information
smuuf committed Nov 9, 2023
1 parent 1eb58d0 commit 488c6ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
'binary_operator_spaces' => true,
'new_with_parentheses' => true,
'no_space_around_double_colon' => true,
'long_to_shorthand_operator' => true,
'concat_space' => [
'spacing' => 'one',
],
Expand Down

0 comments on commit 488c6ac

Please sign in to comment.