summaryrefslogtreecommitdiff
path: root/app/Report/ReportParserBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Report/ReportParserBase.php')
-rw-r--r--app/Report/ReportParserBase.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Report/ReportParserBase.php b/app/Report/ReportParserBase.php
index 26cb7dbac1..be877af77a 100644
--- a/app/Report/ReportParserBase.php
+++ b/app/Report/ReportParserBase.php
@@ -32,11 +32,8 @@ class ReportParserBase
* Create a parser for a report
*
* @param string $report The XML filename
- * @param ReportBase $report_root
- * @param string[][] $vars
- * @param Tree $tree
*/
- public function __construct($report, ReportBase $report_root, $vars, Tree $tree)
+ public function __construct(string $report)
{
$this->xml_parser = xml_parser_create();
xml_parser_set_option($this->xml_parser, XML_OPTION_CASE_FOLDING, false);