mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(files): setOwner since doc
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
ef1c32a222
commit
0114e9cd84
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