From a8397a21e16da1d2994a3ac057caba614fbefa4b Mon Sep 17 00:00:00 2001 From: Olivier ALLAIN Date: Tue, 25 May 2021 18:28:50 +0200 Subject: [PATCH] compatibility with PHP-CS-Fixer v3 --- ecs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ecs.php b/ecs.php index 1abf315..0644bcb 100644 --- a/ecs.php +++ b/ecs.php @@ -282,8 +282,7 @@ $services->set(NoHomoglyphNamesFixer::class); - $services->set(BinaryOperatorSpacesFixer::class) - ->call('configure', [['align_double_arrow' => false, 'align_equals' => false]]); + $services->set(BinaryOperatorSpacesFixer::class); $services->set(ConcatSpaceFixer::class) ->call('configure', [['spacing' => 'one']]);