mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Fix: typo in stub
This commit is contained in:
committed by
Michael Grunder
parent
bb9e87695b
commit
806b7b3f79
+1
-1
@@ -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;
|
||||
|
||||
|
||||
+1
-1
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user