Completed
Push — master ( 9997db...601d9c )
by max
02:35
created
src/Service/CronService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
      */
23 23
     protected $startTime = null;
24 24
 
25
+    /**
26
+     * @param integer $timeout
27
+     */
25 28
     public function __construct($timeout, Cron $cron)
26 29
     {
27 30
         $this->timeout = $timeout;
Please login to merge, or discard this patch.