summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2015-06-19 15:57:29 -0400
committerMatt Farina <[email protected]>2015-06-19 15:58:00 -0400
commite3cc0435e232d8bbf6c44a8416193258aa920b45 (patch)
treedd1c0c891f01c07f975c4f04f96ef9a5d4afda67 /src/HTML5/Parser
parent261efd7aa58709f123c8f30c6c7d0107d57a7c54 (diff)
Correcting the @return type to a phpdoc value.
Diffstat (limited to 'src/HTML5/Parser')
-rw-r--r--src/HTML5/Parser/EventHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Parser/EventHandler.php b/src/HTML5/Parser/EventHandler.php
index 2d55347..3da71a3 100644
--- a/src/HTML5/Parser/EventHandler.php
+++ b/src/HTML5/Parser/EventHandler.php
@@ -69,7 +69,7 @@ interface EventHandler
* An array with all of the tag's attributes.
* @param boolean $selfClosing
* An indicator of whether or not this tag is self-closing (<foo/>)
- * @return numeric One of the Tokenizer::TEXTMODE_* constants.
+ * @return int One of the Tokenizer::TEXTMODE_* constants.
*/
public function startTag($name, $attributes = array(), $selfClosing = false);