Skip to content

Commit 5305842

Browse files
authored
Merge pull request #430 from pts-contrib/bug-429
Fix #429, bug when generating html report.
2 parents 844f6a4 + 797769c commit 5305842

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Hal/Report/Html/Reporter.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ public function generate(Metrics $metrics)
178178
}
179179
}
180180

181-
// json data
182-
file_put_contents(
183-
$outDir . '/classes.js',
184-
'var classes = ' . json_encode($consolidated->getClasses(), JSON_PRETTY_PRINT)
185-
);
186-
187181
$this->output->writeln(sprintf('HTML report generated in "%s" directory', $logDir));
188182
}
189183

0 commit comments

Comments
 (0)