Fix deprecation warnings coming from pQuery library

[MAILPOET-3980]
This commit is contained in:
Rostislav Wolny
2021-12-01 14:07:09 +01:00
committed by Veljko V
parent 539f518f64
commit df6a955f0c
21 changed files with 84 additions and 67 deletions

View File

@@ -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 {
}
}
?>
?>