Current File : /home/digitaw/www/wp-content/updraft/plugins-old/mailpoet/lib/Util/pQuery/Html5Parser.php
<?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;
}