Skip to content

Commit d99bd3b

Browse files
authored
Fix cmsincrby method annotation in ClientInterface
1 parent dd64569 commit d99bd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
* @method array cfinsertnx(string $key, int $capacity = -1, bool $noCreate = false, string ...$item)
109109
* @method Status cfreserve(string $key, int $capacity, int $bucketSize = -1, int $maxIterations = -1, int $expansion = -1)
110110
* @method array cfscandump(string $key, int $iterator)
111-
* @method array cmsincrby(string $key, string|int...$itemIncrementDictionary)
111+
* @method array cmsincrby(string $key, string|int ...$itemIncrementDictionary)
112112
* @method array cmsinfo(string $key)
113113
* @method Status cmsinitbydim(string $key, int $width, int $depth)
114114
* @method Status cmsinitbyprob(string $key, float $errorRate, float $probability)

0 commit comments

Comments
 (0)