Completed
Pull Request — master (#6)
by
unknown
09:14
created
Command/RetryCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * RetryCommand constructor.
36 36
      *
37
-     * @param MongoDriverInterface $mongoDriver
38 37
      */
39 38
     public function __construct(JobQueue $queue, FailedJobProviderInterface $failer)
40 39
     {
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
      */
30 29
     public function __construct(Worker $worker)
31 30
     {
Please login to merge, or discard this patch.