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_selector_html.php
vendored
6
lib-3rd-party/pquery/gan_selector_html.php
vendored
@@ -7,7 +7,7 @@
|
||||
* @package pQuery
|
||||
*/
|
||||
|
||||
namespace pQuery;
|
||||
namespace MailPoetVendor\pQuery;
|
||||
|
||||
/**
|
||||
* Tokenizes a css selector query
|
||||
@@ -281,7 +281,7 @@ class HtmlSelector {
|
||||
* @internal If string, then it will create a new instance as parser
|
||||
* @var CSSQueryTokenizer
|
||||
*/
|
||||
var $parser = 'pQuery\\CSSQueryTokenizer';
|
||||
var $parser = 'MailPoetVendor\\pQuery\\CSSQueryTokenizer';
|
||||
|
||||
/**
|
||||
* Target of queries
|
||||
@@ -945,5 +945,3 @@ class HtmlSelector {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user