@@ -22,6 +22,9 @@ |
||
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; |