@@ -27,8 +27,6 @@ |
|
|
27 |
27 |
'operators' => [ |
28 |
28 |
'=' => 'align_single_space_minimal', |
29 |
29 |
'=>' => 'align_single_space_minimal', |
30 |
|
-// Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495 |
31 |
|
-'|' => null, |
32 |
30 |
], |
33 |
31 |
], |
34 |
32 |
'blank_line_after_namespace' => true, |
@@ -284,6 +282,9 @@ |
|
|
284 |
282 |
] |
285 |
283 |
], |
286 |
284 |
'trim_array_spaces' => true, |
|
285 |
+'types_spaces' => [ |
|
286 |
+'space' => 'none', |
|
287 |
+ ], |
287 |
288 |
'unary_operator_spaces' => true, |
288 |
289 |
'visibility_required' => [ |
289 |
290 |
'elements' => [ |