From 2e9d766f820a8229b2230f387c21e01d79c071c5 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 12 Oct 2024 12:22:01 +0200 Subject: [PATCH] fixup! fixup! Use JSLikeHTMLElement in type hints --- src/Readability.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;