mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Update lib/public/Files/Storage/IStorage.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
53f92e68e6
commit
49e9442199
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 28.0.10
|
||||
*/
|
||||
public function setOwner(?string $user): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue