aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-09-16 20:29:48 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-09-16 20:29:48 +0200
commit03b969fb9597ae86564ad5f8a83d6fd64bd1d65a (patch)
treed27040197d5bcd91c29e8c3dda779d2ba254013a /lib
parente7ac9bb2d8a14ccbf3305de4af851ed1476b205e (diff)
downloadnextcloud-server-03b969fb9597ae86564ad5f8a83d6fd64bd1d65a.tar.gz
nextcloud-server-03b969fb9597ae86564ad5f8a83d6fd64bd1d65a.zip
chore: Improve typing and phpdoc comments
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Files/Storage/IStorage.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php
index e009f2b6fae..d2fd3b75553 100644
--- a/lib/public/Files/Storage/IStorage.php
+++ b/lib/public/Files/Storage/IStorage.php
@@ -407,7 +407,8 @@ interface IStorage {
/**
* @since 12.0.0
- * @return mixed
+ * @since 31.0.0 moved from Storage to IStorage
+ * @return bool
*/
public function needsPartFile();