summaryrefslogtreecommitdiffstats
path: root/lib/Scraper/IScraper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Scraper/IScraper.php')
-rw-r--r--lib/Scraper/IScraper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Scraper/IScraper.php b/lib/Scraper/IScraper.php
index b389b79c9..687b9b02c 100644
--- a/lib/Scraper/IScraper.php
+++ b/lib/Scraper/IScraper.php
@@ -26,10 +26,10 @@ interface IScraper
/**
* Get the scraped content
*
- * @return string
+ * @return string|null
*
*/
- public function getContent(): string;
+ public function getContent(): ?string;
/**
* Get the RTL (rigth-to-left) information