Completed
Pull Request — master (#1)
by
unknown
38:22
created
Command/RetryCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
      * RetryCommand constructor.
36 36
      *
37 37
      * @param JobQueue $queue
38
-     * @param MongoDriverInterface $mongoDriver
39 38
      */
40 39
     public function __construct(JobQueue $queue, MongoFailedJobProvider $failer)
41 40
     {
Please login to merge, or discard this patch.
Command/RunJobCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * RunJobCommand constructor.
27 27
      *
28
-     * @param LoggerInterface $logger
29 28
      * @param Worker $worker
30 29
      */
31 30
     public function __construct(Worker $worker)
Please login to merge, or discard this patch.
Worker.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,9 +70,8 @@
 block discarded – undo
70 70
     /**
71 71
      * Create a new queue worker.
72 72
      *
73
-     * @param QueueManager $manager
74 73
      * @param MongoFailedJobProvider $failer
75
-     * @param ExceptionHandler $exceptions
74
+     * @param ExceptionHandlerInterface $exceptions
76 75
      */
77 76
     public function __construct(JobQueue $queue,
78 77
                                 JobProcess $process,
Please login to merge, or discard this patch.