@@ -9,6 +9,9 @@ |
||
9 | 9 | { |
10 | 10 | private $startTime; |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $root |
|
14 | + */ |
|
12 | 15 | public function __construct($root) |
13 | 16 | { |
14 | 17 | $this->startTime = microtime(1); |