mirror of
https://github.com/predis/predis.git
synced 2026-08-23 22:39:37 +00:00
Correcting the return type hint for BRPOPLPUSH method
This commit is contained in:
@@ -83,7 +83,7 @@ use Predis\Profile\ProfileInterface;
|
||||
* @method int hstrlen($key, $field)
|
||||
* @method array blpop(array|string $keys, $timeout)
|
||||
* @method array brpop(array|string $keys, $timeout)
|
||||
* @method array brpoplpush($source, $destination, $timeout)
|
||||
* @method string brpoplpush($source, $destination, $timeout)
|
||||
* @method string lindex($key, $index)
|
||||
* @method int linsert($key, $whence, $pivot, $value)
|
||||
* @method int llen($key)
|
||||
|
||||
Reference in New Issue
Block a user