]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update lib/public/Files/Storage/IStorage.php 46680/head
authorAndy Scherzinger <info@andy-scherzinger.de>
Tue, 3 Sep 2024 12:32:49 +0000 (14:32 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 12:32:49 +0000 (14:32 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
lib/public/Files/Storage/IStorage.php

index 06cd3b70bbb277082ae7439053e3f271a7138cfb..2ea8f8bff47bc41a611f9d76c1742376ab09ef1e 100644 (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;
 }