mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since
Fix setOwner since doc
This commit is contained in:
commit
2fa72c6647
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ interface IStorage {
|
|||
*
|
||||
* @param string|null $user Owner user id
|
||||
* @return void
|
||||
* @since 29.0.0
|
||||
* @since 30.0.0
|
||||
*/
|
||||
public function setOwner(?string $user): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue