Skip to content

Commit 26fb8c8

Browse files
committed
drop return type hinting (missing)
1 parent d5cf15e commit 26fb8c8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

redis_sentinel.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function getMasterAddrByName(string $master);
2222
public function master(string $master);
2323

2424
/** @return array|bool|RedisSentinel */
25-
public function masters(): array;
25+
public function masters();
2626

2727
/** @return bool|RedisSentinel */
2828
public function ping();

redis_sentinel_arginfo.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: a054acbf095ee7d0215af7481fe06eb397b0c377 */
2+
* Stub hash: 779d2b82a083131e73402389db47d08355a2417e */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisSentinel___construct, 0, 0, 1)
55
ZEND_ARG_TYPE_INFO(0, host, IS_STRING, 0)
@@ -23,8 +23,7 @@ ZEND_END_ARG_INFO()
2323

2424
#define arginfo_class_RedisSentinel_master arginfo_class_RedisSentinel_ckquorum
2525

26-
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisSentinel_masters, 0, 0, IS_ARRAY, 0)
27-
ZEND_END_ARG_INFO()
26+
#define arginfo_class_RedisSentinel_masters arginfo_class_RedisSentinel_flushconfig
2827

2928
#define arginfo_class_RedisSentinel_ping arginfo_class_RedisSentinel_flushconfig
3029

0 commit comments

Comments
 (0)