Skip to content

Commit

Permalink
fix php7.4 syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed May 25, 2023
1 parent 670bd08 commit b95b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Info/FileUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function outputLargeFilesTree(
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
Expand Down

0 comments on commit b95b23a

Please sign in to comment.