Test Setup Failed
Push — master ( 2ed22b...7cf6c7 )
by Matthew
02:52
created
Command/RunCommand.php 1 patch
Doc Comments   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -256,8 +256,9 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Sets up the runManager (document / entity persister) if appropriate.
258 258
      *
259
-     * @param $maxCount
260
-     * @param $duration
259
+     * @param integer $maxCount
260
+     * @param integer $duration
261
+     * @param double $start
261 262
      */
262 263
     protected function runStart($start, $maxCount = null, $duration = null)
263 264
     {
@@ -290,6 +291,9 @@  discard block
 block discarded – undo
290 291
         }
291 292
     }
292 293
 
294
+    /**
295
+     * @param double $start
296
+     */
293 297
     protected function runStop($start)
294 298
     {
295 299
         $end = microtime(true);
Please login to merge, or discard this patch.