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 <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan 2022-10-16 23:35:33 +02:00
parent d4d1952f67
commit c4bb69c143

View file

@ -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