diff --git a/src/Readability.php b/src/Readability.php index 3456aa3..ab4c2d8 100644 --- a/src/Readability.php +++ b/src/Readability.php @@ -146,7 +146,7 @@ class Readability implements LoggerAwareInterface protected $domainRegExp = null; /** - * @var ?\JSLikeHTMLElement + * @var ?JSLikeHTMLElement */ protected $body = null;