Skip to content

Commit

Permalink
Laravel: fix return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Jul 1, 2024
1 parent 9788fdd commit 60ba83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private function hookWorkerProcess(HookManager $hookManager, TracerInterface $tr
);
}

private function hookWorkerGetNextJob(HookManager $hookManager, TracerInterface $tracer): bool
private function hookWorkerGetNextJob(HookManager $hookManager, TracerInterface $tracer): void
{
$hookManager->hook(
QueueWorker::class,
Expand Down

0 comments on commit 60ba83a

Please sign in to comment.