From 738ec0c50f53f77e93b07fb4a415eb08d86ec57a Mon Sep 17 00:00:00 2001 From: Geoffrey Hoffman Date: Tue, 10 Apr 2018 18:09:42 -0700 Subject: [PATCH] Correcting the return type hint for BRPOPLPUSH method --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index ed7d8043..ecd20271 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -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)