Fix pQuery classes to respect psr-4

This commit is contained in:
Rostislav Wolny
2019-04-10 18:19:50 +02:00
committed by M. Shull
parent 3e66e9e1dd
commit b07975b91b
3 changed files with 23 additions and 17 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace MailPoet\Util\pQuery;
class Html5Parser extends \pQuery\HtmlParser {
/** @var string|\pQuery\DomNode */
public $root = 'MailPoet\Util\pQuery\DomNode';
}