Skip to content

Commit b95b23a

Browse files
committed
fix php7.4 syntax
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 670bd08 commit b95b23a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Info/FileUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function outputLargeFilesTree(
195195
Folder $node,
196196
string $prefix,
197197
array &$sizeLimits,
198-
bool $all,
198+
bool $all
199199
): int {
200200
/**
201201
* Algorithm to print the N largest items in a folder without requiring to query or sort the entire three

0 commit comments

Comments
 (0)