Completed
Push — master ( 07adb9...271e0a )
by Matthew
05:16
created
RabbitMQ/JobManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param $expiredJob
148
+     * @param boolean $expiredJob
149 149
      * @param $runId
150 150
      *
151 151
      * @return Job|null
Please login to merge, or discard this patch.
Run/Loop.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,9 +210,8 @@
 block discarded – undo
210 210
     /**
211 211
      * Determine if the run loop is finished.
212 212
      *
213
-     * @param $maxCount
213
+     * @param null|integer $maxCount
214 214
      * @param int|null       $currentJob
215
-     * @param int|null       $duration
216 215
      * @param \DateTime|null $endTime
217 216
      * @param bool           $noMoreJobsToRun
218 217
      *
Please login to merge, or discard this patch.