Skip to content

Commit

Permalink
[Bug]: Add missing return type to src/Model/ActivityList/DefaultMaria…
Browse files Browse the repository at this point in the history
…DbActivityList.php (#467)

* fix: add missing return type

* fix type
  • Loading branch information
lukmzig authored May 9, 2023
1 parent 9a6a16f commit 9c56276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ActivityList/DefaultMariaDbActivityList.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function getPaginatorAdapter()
throw new \Exception('Not implemented anymore.');
}

public function current(): ActivityInterface | false
public function current(): ActivityStoreEntryInterface | false
{
$this->getActivities();

Expand Down

0 comments on commit 9c56276

Please sign in to comment.