From: Arthur Schiwon Date: Wed, 11 Oct 2023 09:09:23 +0000 (+0200) Subject: fix(ci): update return type in php doc X-Git-Tag: v26.0.8rc1~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96eca4a3ea328bf3a9764fe9e4bfc01a8c36d780;p=nextcloud-server.git fix(ci): update return type in php doc Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Arthur Schiwon --- diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index 5454e9eb56f..5a89e73410f 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -896,7 +896,7 @@ class Cache implements ICache { * @param string $path * @param array|null|ICacheEntry $entry (optional) meta data of the folder * @param bool $ignoreUnknown don't mark the folder size as unknown if any of it's children are unknown - * @return int + * @return int|float */ protected function calculateFolderSizeInner(string $path, $entry = null, bool $ignoreUnknown = false) { $totalSize = 0;