summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Wrapper/CacheJail.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-05-15 12:24:42 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-05-15 12:24:42 +0200
commitae525e1935826d37ffbd18f4ece594ef64e5a125 (patch)
treeff22d10f02a07f535d0e4354d21ec666934eefb2 /lib/private/Files/Cache/Wrapper/CacheJail.php
parenta90581b405d1aff8bbe3abbfeb9970798a9cce6e (diff)
downloadnextcloud-server-ae525e1935826d37ffbd18f4ece594ef64e5a125.tar.gz
nextcloud-server-ae525e1935826d37ffbd18f4ece594ef64e5a125.zip
Fix return types in phpdoc
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/Files/Cache/Wrapper/CacheJail.php')
-rw-r--r--lib/private/Files/Cache/Wrapper/CacheJail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Cache/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php
index a5075ceef86..c4446473833 100644
--- a/lib/private/Files/Cache/Wrapper/CacheJail.php
+++ b/lib/private/Files/Cache/Wrapper/CacheJail.php
@@ -240,7 +240,7 @@ class CacheJail extends CacheWrapper {
*
* @param string $path
* @param array|null|ICacheEntry $entry (optional) meta data of the folder
- * @return int
+ * @return int|float
*/
public function calculateFolderSize($path, $entry = null) {
if ($this->getCache() instanceof Cache) {