@@ -18,9 +18,9 @@ |
||
18 | 18 | * @package Hal\Component\Issue |
19 | 19 | */ |
20 | 20 | /** |
21 | - * Class ProgressBar |
|
22 | - * @package Hal\Component\Output |
|
23 | - */ |
|
21 | + * Class ProgressBar |
|
22 | + * @package Hal\Component\Output |
|
23 | + */ |
|
24 | 24 | class ProgressBar |
25 | 25 | { |
26 | 26 |
@@ -90,7 +90,7 @@ |
||
90 | 90 | sprintf('%s/js/history-%d.json', $logDir, $next), |
91 | 91 | json_encode($today, JSON_PRETTY_PRINT) |
92 | 92 | ); |
93 | - file_put_contents( |
|
93 | + file_put_contents( |
|
94 | 94 | sprintf('%s/js/latest.json', $logDir), |
95 | 95 | json_encode($today, JSON_PRETTY_PRINT) |
96 | 96 | ); |