fixup! fixup! Use JSLikeHTMLElement in type hints

pull/93/head
Jan Tojnar 1 year ago
parent a7aebb0540
commit 2e9d766f82
  1. 2
      src/Readability.php

@ -146,7 +146,7 @@ class Readability implements LoggerAwareInterface
protected $domainRegExp = null; protected $domainRegExp = null;
/** /**
* @var ?\JSLikeHTMLElement * @var ?JSLikeHTMLElement
*/ */
protected $body = null; protected $body = null;

Loading…
Cancel
Save