aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-09-03 14:32:49 +0200
committerGitHub <noreply@github.com>2024-09-03 14:32:49 +0200
commit49e9442199fc12c1c047971d425ac3c45a6b2a8a (patch)
tree46158013f1766661245ca74d93ab6fb3c4383a13 /lib
parent53f92e68e69beb2a788b1fd3ad247f5d9ae295c7 (diff)
downloadnextcloud-server-49e9442199fc12c1c047971d425ac3c45a6b2a8a.tar.gz
nextcloud-server-49e9442199fc12c1c047971d425ac3c45a6b2a8a.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Files/Storage/IStorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php
index 06cd3b70bbb..2ea8f8bff47 100644
--- a/lib/public/Files/Storage/IStorage.php
+++ b/lib/public/Files/Storage/IStorage.php
@@ -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;
}