From a4f2aabfb05e16d5a29f1256f82e94b5fbe73583 Mon Sep 17 00:00:00 2001 From: Technosophos Date: Mon, 15 Apr 2013 17:25:49 -0500 Subject: Updated event handler interface. --- test/HTML5/Parser/EventStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/HTML5/Parser/EventStack.php b/test/HTML5/Parser/EventStack.php index 478ae60..24bd144 100644 --- a/test/HTML5/Parser/EventStack.php +++ b/test/HTML5/Parser/EventStack.php @@ -34,7 +34,7 @@ class EventStack implements EventHandler { ); } - public function doctype($name, $publicId, $systemID, $quirks = FALSE) { + public function doctype($name, $type = 0, $id = NULL, $quirks = FALSE) { $args = func_get_args(); $this->store('doctype', $args); } -- cgit v1.2.3