From a4ba250015920173824386ec7e9b33ea90566344 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 2 Oct 2024 13:53:18 -0700 Subject: [PATCH] Apply suggestions from code review --- src/Utils/Actions/RunCsFixerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Actions/RunCsFixerCommand.php b/src/Utils/Actions/RunCsFixerCommand.php index 813e953..9beb62f 100644 --- a/src/Utils/Actions/RunCsFixerCommand.php +++ b/src/Utils/Actions/RunCsFixerCommand.php @@ -163,7 +163,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $output->writeln("\t" . $cmd . ''); $output->writeln(''); -// @TODO use Symfony process component to run this + // @TODO use Symfony process component to run this passthru($cmd, $resultCode); return $resultCode;