diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-16 20:29:48 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-16 20:29:48 +0200 |
commit | 03b969fb9597ae86564ad5f8a83d6fd64bd1d65a (patch) | |
tree | d27040197d5bcd91c29e8c3dda779d2ba254013a /lib | |
parent | e7ac9bb2d8a14ccbf3305de4af851ed1476b205e (diff) | |
download | nextcloud-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.php | 3 |
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(); |