Skip to content

Commit

Permalink
Update PHP-CS-Fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 30, 2021
1 parent 4c5d6d6 commit 909d53b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .php-cs-fixer.dist.php
Expand Up @@ -27,8 +27,6 @@
'operators' => [
'=' => 'align_single_space_minimal',
'=>' => 'align_single_space_minimal',
// Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495
'|' => null,
],
],
'blank_line_after_namespace' => true,
Expand Down Expand Up @@ -284,6 +282,9 @@
]
],
'trim_array_spaces' => true,
'types_spaces' => [
'space' => 'none',
],
'unary_operator_spaces' => true,
'visibility_required' => [
'elements' => [
Expand Down

0 comments on commit 909d53b

Please sign in to comment.