diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 16e377c..c6c3ca1 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -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', ],