Completed
Push — master ( 17631a...07adb9 )
by Matthew
05:11
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.
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 integer|null $currentJob
215
-     * @param integer|null       $duration
216 215
      * @param \DateTime|null $endTime
217 216
      * @param boolean $noMoreJobsToRun
218 217
      *
Please login to merge, or discard this patch.