Merge pull request #57726 from nextcloud/fix/noid/add-since-for-param

fix: add since param for activity manager
This commit is contained in:
Joas Schilling 2026-01-23 12:47:28 +01:00 committed by GitHub
commit f81948690d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;