mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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 <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
29c36f85b0
commit
96eca4a3ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue