Fix deprecation warnings coming from pQuery library
[MAILPOET-3980]
This commit is contained in:
committed by
Veljko V
parent
539f518f64
commit
df6a955f0c
6
lib-3rd-party/pquery/gan_parser_html.php
vendored
6
lib-3rd-party/pquery/gan_parser_html.php
vendored
@@ -7,7 +7,7 @@
|
||||
* @package pQuery
|
||||
*/
|
||||
|
||||
namespace pQuery;
|
||||
namespace MailPoetVendor\pQuery;
|
||||
|
||||
/**
|
||||
* Parses a HTML document
|
||||
@@ -488,7 +488,7 @@ class HtmlParser extends HtmlParserBase {
|
||||
* @internal If string, then it will create a new instance as root
|
||||
* @var DomNode
|
||||
*/
|
||||
var $root = 'pQuery\\DomNode';
|
||||
var $root = 'MailPoetVendor\\pQuery\\DomNode';
|
||||
|
||||
/**
|
||||
* Current parsing hierarchy
|
||||
@@ -836,4 +836,4 @@ class Html5Parser extends HtmlParser {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user