mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix php7.4 syntax
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
670bd08af0
commit
b95b23a8f3
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class FileUtils {
|
|||
Folder $node,
|
||||
string $prefix,
|
||||
array &$sizeLimits,
|
||||
bool $all,
|
||||
bool $all
|
||||
): int {
|
||||
/**
|
||||
* Algorithm to print the N largest items in a folder without requiring to query or sort the entire three
|
||||
|
|
|
|||
Loading…
Reference in a new issue