Skip to content

Commit

Permalink
[phpstorm-stubs] WI-75601 fix wrong typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Jan 15, 2024
1 parent 340feaa commit 6e796f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase/couchbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ public function mutateIn(string $id, array $specs, MutateInOptions $options = nu
* 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 {}
Expand Down

0 comments on commit 6e796f8

Please sign in to comment.