Skip to content

Commit

Permalink
Fix a little PHPCS mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jul 28, 2023
1 parent 86d672b commit bb7c2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Internal/Process/Service/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function run(?OutputCallbackInterface $callback = null): int
{
try {
$callbackAdapter = new OutputCallbackAdapter($callback);

return $this->symfonyProcess->run($callbackAdapter);
} catch (Throwable $e) {
throw new RuntimeException($this->t(
Expand Down

0 comments on commit bb7c2ff

Please sign in to comment.