summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-15 17:25:49 -0500
committerTechnosophos <[email protected]>2013-04-15 17:25:49 -0500
commita4f2aabfb05e16d5a29f1256f82e94b5fbe73583 (patch)
tree22daef538a92f40afe5a32e4d7fd620298e6088d /test
parent56e13d972eadec82cda8c9c59b2f597c38e1aafb (diff)
Updated event handler interface.
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);
}