Skip to content

Commit 057d26a

Browse files
srmklivetaylorotwell
authored andcommitted
Updated docblock (#13499)
1 parent 8c772ec commit 057d26a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Queue/Worker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ public function process($connection, Job $job, $maxTries = 0, $delay = 0)
224224
* @param int $delay
225225
* @param \Throwable $e
226226
* @return void
227+
*
228+
* @throws \Throwable
227229
*/
228230
protected function handleJobException($connection, Job $job, $delay, $e)
229231
{

0 commit comments

Comments
 (0)