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>
pull/34624/head
Carl Schwan 3 years ago
parent d4d1952f67
commit c4bb69c143
  1. 2
      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

Loading…
Cancel
Save