Skip to content

Commit

Permalink
Moved long_to_shorthand_operator to risky
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 16, 2023
1 parent eb4c5cf commit e8673fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/presets/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'use_parentheses' => false,
],

'long_to_shorthand_operator' => true,
'native_type_declaration_casing' => true,

'no_unneeded_braces' => true,
Expand Down
2 changes: 2 additions & 0 deletions resources/presets/risky.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'scalar_types' => true,
],

'long_to_shorthand_operator' => true,

'php_unit_data_provider_return_type' => true,

'yield_from_array_to_yields' => true,
Expand Down

0 comments on commit e8673fa

Please sign in to comment.