Skip to content

Commit f819486

Browse files
Merge pull request #57726 from nextcloud/fix/noid/add-since-for-param
fix: add since param for activity manager
2 parents 26f40c4 + 95ee9a0 commit f819486

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)