summaryrefslogtreecommitdiff
path: root/classes/FeedItem.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/FeedItem.php')
-rw-r--r--classes/FeedItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/FeedItem.php b/classes/FeedItem.php
index fd7c54883..ac88ba0bc 100644
--- a/classes/FeedItem.php
+++ b/classes/FeedItem.php
@@ -3,7 +3,7 @@ abstract class FeedItem {
abstract function get_id(): string;
/** @return int|false a timestamp on success, false otherwise */
- abstract function get_date();
+ abstract function get_date(): false|int;
abstract function get_link(): string;
abstract function get_title(): string;