Skip to content

Commit 9c56276

Browse files
authored
[Bug]: Add missing return type to src/Model/ActivityList/DefaultMariaDbActivityList.php (#467)
* fix: add missing return type * fix type
1 parent 9a6a16f commit 9c56276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/ActivityList/DefaultMariaDbActivityList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function getPaginatorAdapter()
116116
throw new \Exception('Not implemented anymore.');
117117
}
118118

119-
public function current(): ActivityInterface | false
119+
public function current(): ActivityStoreEntryInterface | false
120120
{
121121
$this->getActivities();
122122

0 commit comments

Comments
 (0)