Skip to content

Commit

Permalink
lint: Fix function signature warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hancock committed Jul 18, 2018
1 parent 0d58a28 commit 677e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class.api.php
Expand Up @@ -381,7 +381,7 @@ function fixup($current) {

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) {
Expand Down

0 comments on commit 677e12b

Please sign in to comment.