Fix: typo in stub

This commit is contained in:
michael-grunder
2026-06-01 10:52:38 -07:00
committed by Michael Grunder
parent bb9e87695b
commit 806b7b3f79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -881,7 +881,7 @@ class Redis {
* *
* @example * @example
* $redis->blPop('list1', 'list2', 'list3', 1.5); * $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; public function blPop(string|array $key_or_keys, string|float|int $timeout_or_key, mixed ...$extra_args): Redis|array|null|false;
+1 -1
View File
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead. /* 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_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null") ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
+1 -1
View File
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead. /* 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_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0)
ZEND_ARG_INFO(0, options) ZEND_ARG_INFO(0, options)