[phpstorm-stubs] WI-75601 fix wrong typehint

This commit is contained in:
Ivan Fedorov 2024-01-13 08:53:39 +01:00 committed by Ivan Fedorov
parent 340feaa6a9
commit 6e796f815a
1 changed files with 1 additions and 1 deletions

View File

@ -1856,7 +1856,7 @@ class Collection
* non-null value in error() property of the corresponding result object.
*
* @param array $ids array of IDs, organized like this ["key1", "key2", ...]
* @param GetOptions $options the options to use for the operation
* @param RemoveOptions $options the options to use for the operation
* @return array array of GetResult, one for each of the entries
*/
public function getMulti(array $ids, RemoveOptions $options = null): array {}