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;