summaryrefslogtreecommitdiffstats
path: root/lib/Scraper/Scraper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Scraper/Scraper.php')
-rw-r--r--lib/Scraper/Scraper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Scraper/Scraper.php b/lib/Scraper/Scraper.php
index fedb0391c..a99416c63 100644
--- a/lib/Scraper/Scraper.php
+++ b/lib/Scraper/Scraper.php
@@ -83,7 +83,7 @@ class Scraper implements IScraper
return true;
}
- public function getContent(): string
+ public function getContent(): ?string
{
if ($this->readability === null) {
return null;