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:
Andy Scherzinger 2024-09-03 14:32:49 +02:00 committed by GitHub
parent 53f92e68e6
commit 49e9442199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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