@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | interface MultipleQueueInterface extends QueueInterface |
19 | 19 | { |
20 | 20 | /** |
21 | - * @return QueueInterface[]; |
|
21 | + * @return QueueInterface[] |
|
22 | 22 | */ |
23 | 23 | public function getQueues(); |
24 | 24 | |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * @param JobInterface $job |
33 | - * @param $index |
|
33 | + * @param integer $index |
|
34 | 34 | * @return bool |
35 | 35 | */ |
36 | 36 | public function postToQueue(JobInterface $job, $index): bool; |