Skip to content

Commit

Permalink
Update lib/Db/Feed.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Molenaar <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax and SMillerDev authored Dec 22, 2024
1 parent 37b7c2b commit bee8366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit bee8366

Please sign in to comment.