diff --git a/apps/files/lib/Command/ListFiles.php b/apps/files/lib/Command/ListFiles.php index 4edc930d8cf..b62e30f89a7 100644 --- a/apps/files/lib/Command/ListFiles.php +++ b/apps/files/lib/Command/ListFiles.php @@ -51,13 +51,13 @@ class ListFiles extends Base { ->addOption("type", "", InputArgument::OPTIONAL, "Filter by type like application, image, video etc") ->addOption( "minSize", - 0, + "0", InputArgument::OPTIONAL, "Filter by min size" ) ->addOption( "maxSize", - 0, + "0", InputArgument::OPTIONAL, "Filter by max size" )