Skip to content

Commit de15708

Browse files
1 parent be6b1e7 commit de15708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
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,
3032
],
3133
],
3234
'blank_line_after_namespace' => true,

0 commit comments

Comments
 (0)