summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-18 23:50:36 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commitc2c92a3f5aef546c4dae5e551b11c3baa22c0c6b (patch)
tree35b9a66f14fdf9260de58d5b0b0f837363471d06 /lib/Db/Item.php
parent276460a240e1ded1ff097c37e2908f55802d8b4e (diff)
🩹 Fix issues after rebase
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
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;
}