mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #57726 from nextcloud/fix/noid/add-since-for-param
fix: add since param for activity manager
This commit is contained in:
commit
f81948690d
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