mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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:
parent
d4d1952f67
commit
c4bb69c143
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue