diff --git a/ecs.php b/ecs.php index b49a1179e..511e094e6 100644 --- a/ecs.php +++ b/ecs.php @@ -29,6 +29,7 @@ use PhpCsFixer\Fixer\Operator\IncrementStyleFixer; use PhpCsFixer\Fixer\Operator\NewWithBracesFixer; use PhpCsFixer\Fixer\Operator\TernaryOperatorSpacesFixer; +use PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer; use PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer; use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer; use PhpCsFixer\Fixer\Phpdoc\PhpdocAnnotationWithoutDotFixer; @@ -64,6 +65,7 @@ PhpdocAlignFixer::class => null, NativeConstantInvocationFixer::class => null, NativeFunctionInvocationFixer::class => null, + UnaryOperatorSpacesFixer::class => null, ]); $services = $containerConfigurator->services();