Skip to content

Commit

Permalink
Enable types_spaces rule in Laravel preset (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje authored Nov 29, 2022
1 parent ef953fa commit eaae068
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 @@ -170,6 +170,7 @@
'ternary_operator_spaces' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
'trim_array_spaces' => true,
'types_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => [
'elements' => ['method', 'property'],
Expand Down

0 comments on commit eaae068

Please sign in to comment.