summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/HTML5/Parser/EventStack.php2
1 files changed, 1 insertions, 1 deletions
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);
}