mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix: add since param for activity manager
Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
parent
dde6681542
commit
95ee9a0b7d
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ interface IManager {
|
|||
* @param string $type
|
||||
* @param int|numeric-string $id
|
||||
* @since 8.2.0
|
||||
* @since 33.0.0 $id can also be a string
|
||||
*/
|
||||
public function setFormattingObject(string $type, int|string $id): void;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue