From b95b23a8f3f41f6b3e93ff955dec1b94449d1e4c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 17 May 2023 19:55:22 +0200 Subject: [PATCH] fix php7.4 syntax Signed-off-by: Robin Appelman --- core/Command/Info/FileUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Info/FileUtils.php b/core/Command/Info/FileUtils.php index 1264dee5de2..398648e0142 100644 --- a/core/Command/Info/FileUtils.php +++ b/core/Command/Info/FileUtils.php @@ -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