Skip to content

Commit 5e8ac42

Browse files
Update PHP-CS-Fixer configuration
1 parent a6fd86f commit 5e8ac42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
'operators' => [
2828
'=' => 'align_single_space_minimal',
2929
'=>' => 'align_single_space_minimal',
30-
// Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495
31-
'|' => null,
3230
],
3331
],
3432
'blank_line_after_namespace' => true,
@@ -284,6 +282,9 @@
284282
]
285283
],
286284
'trim_array_spaces' => true,
285+
'types_spaces' => [
286+
'space' => 'none',
287+
],
287288
'unary_operator_spaces' => true,
288289
'visibility_required' => [
289290
'elements' => [

0 commit comments

Comments
 (0)