Skip to content

Commit

Permalink
fix CS binary_operator_spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 6, 2023
1 parent 07eba9a commit 2b81a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/OutputFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b81a7b

Please sign in to comment.