init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing
|
||||
|
||||
namespace MailPoet\Util\pQuery;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
|
||||
use MailPoetVendor\pQuery\Html5Parser as pQueryHtml5Parser;
|
||||
|
||||
class Html5Parser extends pQueryHtml5Parser {
|
||||
/** @var string|DomNode */
|
||||
public $root = DomNode::class;
|
||||
}
|
||||
Reference in New Issue
Block a user