From c4bb69c143bbd5c493012ae5830e09481e8784a7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 16 Oct 2022 23:35:33 +0200 Subject: Specify that userId can be null This fixes a psalm false-positive where the method is called with null, since the method actually handle this correctly already Signed-off-by: Carl Schwan --- apps/files_external/lib/Command/ListCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit v1.2.3