Correcting the return type hint for BRPOPLPUSH method

This commit is contained in:
Geoffrey Hoffman
2018-04-10 18:09:42 -07:00
parent 111d100ee3
commit 738ec0c50f
+1 -1
View File
@@ -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)