Skip to content

Commit

Permalink
Enhancement: Enable types_spaces fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed May 27, 2023
1 parent bff0ccb commit 5e676c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
]
],
'trim_array_spaces' => true,
'types_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => [
'elements' => [
Expand Down

0 comments on commit 5e676c9

Please sign in to comment.