From 2b81a7be3ce0e523e37639d5c06163c9835294dd Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 6 Oct 2023 07:18:45 +0000 Subject: [PATCH] fix CS binary_operator_spaces --- src/Extension/OutputFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extension/OutputFormat.php b/src/Extension/OutputFormat.php index 09e32ee6..07b810fd 100644 --- a/src/Extension/OutputFormat.php +++ b/src/Extension/OutputFormat.php @@ -50,7 +50,7 @@ public static function getSubscribedEvents(): array public function initFormat(ConsoleCommandEvent $event): void { - $command= $event->getCommand(); + $command = $event->getCommand(); if (!$command instanceof LintCommand) { // this extension must be only available for lint command return;