Skip to content

Commit

Permalink
Fixed wrong return PHPDoc (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPGangsta committed Nov 19, 2022
1 parent 2d13148 commit 909dda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/HTMLPurifier/Lexer/DOMLex.php
Expand Up @@ -104,7 +104,6 @@ public function tokenizeHTML($html, $config, $context)
* To iterate is human, to recurse divine - L. Peter Deutsch
* @param DOMNode $node DOMNode to be tokenized.
* @param HTMLPurifier_Token[] $tokens Array-list of already tokenized tokens.
* @return HTMLPurifier_Token of node appended to previously passed tokens.
*/
protected function tokenizeDOM($node, &$tokens, $config)
{
Expand Down

0 comments on commit 909dda6

Please sign in to comment.