Remove PHP closing tags from pQuery classes

[MAILPOET-3890]
This commit is contained in:
Rostislav Wolny 2021-12-08 12:46:02 +01:00 committed by Veljko V
parent 115738845d
commit 54a925f064
6 changed files with 0 additions and 12 deletions

View File

@ -377,5 +377,3 @@ class HtmlFormatter {
return $this->format_html($node);
}
}
?>

View File

@ -2851,5 +2851,3 @@ class AspEmbeddedNode extends EmbeddedNode {
#function AspEmbeddedNode($parent, $tag = '', $text = '', $attributes = array()) {return $this->__construct($parent, $tag, $text, $attributes);}
#php4e
}
?>

View File

@ -835,5 +835,3 @@ class Html5Parser extends HtmlParser {
return parent::parse_hierarchy($self_close);
}
}
?>

View File

@ -562,5 +562,3 @@ class TokenizerBase {
return true;
}
}
?>

View File

@ -97,5 +97,3 @@ class XML2ArrayParser extends HtmlParserBase {
return ((parent::parse_all()) ? $this->root : false);
}
}
?>

View File

@ -97,5 +97,3 @@ if (!defined('GANON_NO_INCLUDES')) {
include_once('gan_formatter.php');
}
#!
?>