Skip to content
Snippets Groups Projects
Commit 677e12b5 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Fix function signature warning

parent 0d58a28a
Branches
Tags
No related merge requests found
......@@ -381,7 +381,7 @@ class ApiXmlDataParser extends XmlDataParser {
include_once "class.json.php";
class ApiJsonDataParser extends JsonDataParser {
function parse($stream) {
function parse($stream, $tidy=false) {
return $this->fixup(parent::parse($stream));
}
function fixup($current) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment