Completed
Push — master ( 07adb9...271e0a )
by Matthew
05:16
created
ORM/JobManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -117,6 +117,10 @@
 block discarded – undo
117 117
         }
118 118
     }
119 119
 
120
+    /**
121
+     * @param string $workerName
122
+     * @param string $method
123
+     */
120 124
     protected function addWorkerNameCriterion(QueryBuilder $queryBuilder, $workerName = null, $method = null)
121 125
     {
122 126
         if (null !== $workerName) {
Please login to merge, or discard this patch.
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.