Skip to content

Commit

Permalink
job maker
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasfinsight committed Oct 13, 2020
1 parent 7c857bd commit f952abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/Job/JobInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public function completions(): ?int;
public function manualSelector(): ?bool;
public function parallelism(): ?int;
public function configureJob(Job $job): void;
}
}
2 changes: 1 addition & 1 deletion src/ResourceMaker/JobMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ protected function supportsClass(): string
{
return JobInterface::class;
}
}
}

0 comments on commit f952abd

Please sign in to comment.