summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-rw-r--r--lib/Db/Item.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 6952474b9..023165717 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -233,10 +233,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
return $this->enclosureMime;
}
- /**
- * @return null|int
- */
- public function getFeedId(): ?string
+ public function getFeedId(): int
{
return $this->feedId;
}