Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 0888ce5

Browse files
Update PHP-CS-Fixer configuration
1 parent 8c09fb9 commit 0888ce5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.php-cs-fixer.dist.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
'operators' => [
2727
'=' => 'align_single_space_minimal',
2828
'=>' => 'align_single_space_minimal',
29-
// Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495
30-
'|' => null,
3129
],
3230
],
3331
'blank_line_after_namespace' => true,
@@ -283,6 +281,9 @@
283281
]
284282
],
285283
'trim_array_spaces' => true,
284+
'types_spaces' => [
285+
'space' => 'none',
286+
],
286287
'unary_operator_spaces' => true,
287288
'visibility_required' => [
288289
'elements' => [

0 commit comments

Comments
 (0)