From bee836652cf1f8aeb0473f33097a599941766afb Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 22 Dec 2024 12:18:15 +0100 Subject: [PATCH] Update lib/Db/Feed.php Co-authored-by: Sean Molenaar Signed-off-by: Benjamin Brahmer --- lib/Db/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Db/Feed.php b/lib/Db/Feed.php index c07873cd1..229a31c06 100644 --- a/lib/Db/Feed.php +++ b/lib/Db/Feed.php @@ -663,7 +663,7 @@ public function setUserId(string $userId): Feed /** * @param int $nextUpdateTime */ - public function setNextUpdateTime(int $nextUpdateTime): void + public function setNextUpdateTime(?int $nextUpdateTime): void { $this->nextUpdateTime = $nextUpdateTime; $this->markFieldUpdated('nextUpdateTime');