Completed
Push — master ( 8948a0...208887 )
by Alexey
48:52 queued 08:49
created
Worker.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @param QueueManager $manager
64 64
      * @param FailedJobProviderInterface $failer
65
-     * @param ExceptionHandler $exceptions
65
+     * @param handlers\ExceptionHandler $exceptions
66 66
      */
67 67
     public function __construct(QueueManager $manager,
68 68
                                 FailedJobProviderInterface $failer,
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
      *
334 334
      * @param  string $connectionName
335 335
      * @param  \Illuminate\Contracts\Queue\Job $job
336
-     * @param  \Throwable $e
336
+     * @param  Exception $e
337 337
      */
338 338
     protected function failJob($connectionName, $job, $e)
339 339
     {
Please login to merge, or discard this patch.