Skip to content

Commit 95ee9a0

Browse files
committed
fix: add since param for activity manager
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent dde6681 commit 95ee9a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/public/Activity/IManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public function getSettingById(string $id): ActivitySettings;
134134
* @param string $type
135135
* @param int|numeric-string $id
136136
* @since 8.2.0
137+
* @since 33.0.0 $id can also be a string
137138
*/
138139
public function setFormattingObject(string $type, int|string $id): void;
139140

0 commit comments

Comments
 (0)