diff --git a/.php_cs.dist.php b/.php_cs.dist.php index b4950cf..b7d0c96 100644 --- a/.php_cs.dist.php +++ b/.php_cs.dist.php @@ -17,7 +17,6 @@ 'ordered_imports' => ['sort_algorithm' => 'alpha'], 'no_unused_imports' => true, 'not_operator_with_successor_space' => false, - 'function_declaration' => ['closure_function_spacing' => 'none'], 'trailing_comma_in_multiline' => true, 'phpdoc_scalar' => true, 'unary_operator_spaces' => true,