From 806b7b3f79ace4159c69c748a85144dbb8848997 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 1 Jun 2026 10:52:38 -0700 Subject: [PATCH] Fix: typo in stub --- redis.stub.php | 2 +- redis_arginfo.h | 2 +- redis_legacy_arginfo.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/redis.stub.php b/redis.stub.php index 6d301440..cfa6325a 100644 --- a/redis.stub.php +++ b/redis.stub.php @@ -881,7 +881,7 @@ class Redis { * * @example * $redis->blPop('list1', 'list2', 'list3', 1.5); - * $relay->blPop(['list1', 'list2', 'list3'], 1.5); + * $redis->blPop(['list1', 'list2', 'list3'], 1.5); */ public function blPop(string|array $key_or_keys, string|float|int $timeout_or_key, mixed ...$extra_args): Redis|array|null|false; diff --git a/redis_arginfo.h b/redis_arginfo.h index 73acd29d..c6b7fe74 100644 --- a/redis_arginfo.h +++ b/redis_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 3ee3118802fef67d6bd7176f2a72f0568d962c8b */ + * Stub hash: b3acb420671015ae297df9912dd2b3bc1678315e */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null") diff --git a/redis_legacy_arginfo.h b/redis_legacy_arginfo.h index e74e2d6c..ce1b5963 100644 --- a/redis_legacy_arginfo.h +++ b/redis_legacy_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 3ee3118802fef67d6bd7176f2a72f0568d962c8b */ + * Stub hash: b3acb420671015ae297df9912dd2b3bc1678315e */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0) ZEND_ARG_INFO(0, options)