We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d6e08 commit c8a29a3Copy full SHA for c8a29a3
.php-cs-fixer.dist.php
@@ -27,8 +27,6 @@
27
'operators' => [
28
'=' => 'align_single_space_minimal',
29
'=>' => 'align_single_space_minimal',
30
- // Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495
31
- '|' => null,
32
],
33
34
'blank_line_after_namespace' => true,
@@ -284,6 +282,9 @@
284
282
]
285
283
286
'trim_array_spaces' => true,
+ 'types_spaces' => [
+ 'space' => 'none',
287
+ ],
288
'unary_operator_spaces' => true,
289
'visibility_required' => [
290
'elements' => [
0 commit comments