Move 3rd-party libs to a dedicated directory

[MAILPOET-2545]
This commit is contained in:
Jan Jakeš
2019-11-26 12:17:20 +01:00
committed by Jack Kitterhing
parent 5ca9b6f520
commit bfdaf4da1e
10 changed files with 4 additions and 6 deletions

View File

@ -3,6 +3,7 @@
namespace MailPoet\Util\pQuery;
// extend pQuery class to use UTF-8 encoding when getting elements' inner/outer text
// phpcs:ignore Squiz.Classes.ValidClassName
class pQuery extends \pQuery {
public static function parseStr($html) {
$parser = new Html5Parser($html);