diff options
-rw-r--r-- | apps/files_external/lib/Command/ListCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Command/ListCommand.php b/apps/files_external/lib/Command/ListCommand.php index fadf5d8de27..461991c073b 100644 --- a/apps/files_external/lib/Command/ListCommand.php +++ b/apps/files_external/lib/Command/ListCommand.php @@ -112,7 +112,7 @@ class ListCommand extends Base { } /** - * @param string $userId + * @param ?string|ListCommand::ALL $userId * @param StorageConfig[] $mounts * @param InputInterface $input * @param OutputInterface $output |