Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Dec 17, 2022
1 parent e34c31a commit 5abae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function withRunJob(string $name): RunnerInterface
foreach ($job->dependencies() as $dependency) {
try {
$new->run()->getResponse($dependency);
} catch(OutOfRangeException) {
} catch (OutOfRangeException) {
$new->addJobSkip($name);

return $new;
Expand Down

0 comments on commit 5abae01

Please sign in to comment.