Skip to content

Commit

Permalink
Add Rule: type_declaration_spaces (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Jul 7, 2023
1 parent 4e0d01d commit 8622fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
'ternary_operator_spaces' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
'trim_array_spaces' => true,
'type_declaration_spaces' => true,
'types_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => [
Expand Down

0 comments on commit 8622fea

Please sign in to comment.