diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 6eb4632..2d84bae 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -27,8 +27,6 @@ $config->setFinder($finder) 'operators' => [ '=' => 'align_single_space_minimal', '=>' => 'align_single_space_minimal', - // Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495 - '|' => null, ], ], 'blank_line_after_namespace' => true, @@ -284,6 +282,9 @@ $config->setFinder($finder) ] ], 'trim_array_spaces' => true, + 'types_spaces' => [ + 'space' => 'none', + ], 'unary_operator_spaces' => true, 'visibility_required' => [ 'elements' => [