We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5624689 commit 0644cc7Copy full SHA for 0644cc7
src/Readability.php
@@ -1223,6 +1223,7 @@ protected function grabArticle(?JSLikeHTMLElement $page = null)
1223
$topCandidate = $this->dom->createElement('div');
1224
1225
if ($page instanceof \DOMDocument) {
1226
+ /** @var JSLikeHTMLElement|null $documentElement (overridden by registerNodeClass) */
1227
$documentElement = $page->documentElement;
1228
if (null === $documentElement) {
1229
// we don't have a body either? what a mess! :)
0 commit comments