summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-06-17 23:20:43 +0100
committerAndres Rey <[email protected]>2019-06-17 23:20:43 +0100
commitf0b1288ca6d40c461df6b30296d77b9ac5425371 (patch)
tree349d08578de0a27a10969947137d1f8741d791c7 /src/Readability.php
parent45a5ab6f11ce59a2ab9b18eb8c734ad18de86605 (diff)
Style CI Changes
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];