Skip to content

Commit 60ba83a

Browse files
Laravel: fix return type.
1 parent 9788fdd commit 60ba83a

File tree

1 file changed

+1
-1
lines changed
  • src/Instrumentation/Laravel/src/Hooks/Illuminate/Queue

1 file changed

+1
-1
lines changed

src/Instrumentation/Laravel/src/Hooks/Illuminate/Queue/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function hookWorkerProcess(HookManager $hookManager, TracerInterface $tr
8888
);
8989
}
9090

91-
private function hookWorkerGetNextJob(HookManager $hookManager, TracerInterface $tracer): bool
91+
private function hookWorkerGetNextJob(HookManager $hookManager, TracerInterface $tracer): void
9292
{
9393
$hookManager->hook(
9494
QueueWorker::class,

0 commit comments

Comments
 (0)