Skip to content

Commit

Permalink
Merge pull request #198 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Moved `long_to_shorthand_operator` to risky
  • Loading branch information
andrey-helldar authored Dec 16, 2023
2 parents 5bc225a + 8962e66 commit e1aa918
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 e1aa918

Please sign in to comment.