Completed
Pull Request — master (#37)
by yuuki
02:51
created
src/Queue/CouchbaseQueue.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,6 +59,7 @@  discard block
 block discarded – undo
59 59
 
60 60
     /**
61 61
      * {@inheritdoc}
62
+     * @param string $queue
62 63
      */
63 64
     protected function releaseJobsThatHaveBeenReservedTooLong($queue)
64 65
     {
@@ -83,7 +84,7 @@  discard block
 block discarded – undo
83 84
 
84 85
     /**
85 86
      * @param $queue
86
-     * @param $expired
87
+     * @param integer $expired
87 88
      *
88 89
      * @return Builder
89 90
      */
@@ -97,6 +98,8 @@  discard block
 block discarded – undo
97 98
 
98 99
     /**
99 100
      * {@inheritdoc}
101
+     * @param string $queue
102
+     * @return string
100 103
      */
101 104
     protected function getNextAvailableJob($queue)
102 105
     {
Please login to merge, or discard this patch.