Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(ci): update return type in php doc
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz and come-nc committed Oct 11, 2023
commit 96eca4a3ea328bf3a9764fe9e4bfc01a8c36d780
2 changes: 1 addition & 1 deletion lib/private/Files/Cache/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ public function calculateFolderSize($path, $entry = null) {
* @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;
Expand Down