summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Readability.php')
-rw-r--r--src/Readability.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Readability.php b/src/Readability.php
index 220395e..921101f 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -1121,7 +1121,7 @@ class Readability
$this->logger->info('[Rating] Adding top candidate siblings...');
- /** @var DOMElement $sibling */
+ /* @var DOMElement $sibling */
// Can't foreach here because down there we might change the tag name and that causes the foreach to skip items
for ($i = 0; $i < $siblings->length; $i++) {
$sibling = $siblings[$i];