should not return a result in a constructor

This commit is contained in:
Tac Tacelosky 2021-11-30 07:49:20 -05:00
parent 7e0b145307
commit 823f0d8d89

View file

@ -15,7 +15,7 @@ class Min extends MarkdownParser
$this->features[$name] = false;
}
return parent::__construct($features);
parent::__construct($features);
}
}