Completed
Push — master ( 24883c...f76bc5 )
by Nate
07:27
created
src/queues/MultipleQueueInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.