Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update report config
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Apr 28, 2015
1 parent b622a40 commit cbf1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function applyReportResult(ReportBuilder $builder)
}

$parser = $this->detectReportParser($reportType);
$parseResult = $parser->parse(file_get_contents($path)); //FIXME apply file path
$parseResult = $parser->parse($path);

$builder->addSources($parseResult->getSources());

Expand Down

0 comments on commit cbf1056

Please sign in to comment.