@@ -34,7 +34,6 @@ |
||
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 | { |
@@ -25,7 +25,6 @@ |
||
25 | 25 | /** |
26 | 26 | * RunJobCommand constructor. |
27 | 27 | * |
28 | - * @param LoggerInterface $logger |
|
29 | 28 | */ |
30 | 29 | public function __construct(Worker $worker) |
31 | 30 | { |