Completed
Push — master ( a4d149...cdd718 )
by Matthew
05:59
created
Tests/Doctrine/BaseJobManagerTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,8 +189,9 @@
 block discarded – undo
189 189
     }
190 190
 
191 191
     /**
192
-     * @param bool $flushRun
193 192
      *
193
+     * @param boolean $endRun
194
+     * @param boolean $setId
194 195
      * @return mixed
195 196
      */
196 197
     public function createStalledJob($endRun, $setId)
Please login to merge, or discard this patch.
Model/RunManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -120,6 +120,7 @@
 block discarded – undo
120 120
      * @param float    $start
121 121
      * @param int|null $maxCount
122 122
      * @param int|null $duration
123
+     * @param integer $processTimeout
123 124
      *
124 125
      * @return Run
125 126
      */
Please login to merge, or discard this patch.
ORM/JobManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -273,6 +273,7 @@
 block discarded – undo
273 273
      * @param string $workerName
274 274
      * @param string $methodName
275 275
      * @param bool   $prioritize
276
+     * @param integer $runId
276 277
      *
277 278
      * @return Job|null
278 279
      */
Please login to merge, or discard this patch.