Skip to content

Commit 4b194f3

Browse files
committed
fix php7.4 syntax
Signed-off-by: Robin Appelman <[email protected]>
1 parent 22e14f4 commit 4b194f3

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)