Skip to content

Commit 68d1399

Browse files
mvorisekondrejmirtes
authored andcommitted
Redis::auth() method also accepts array
1 parent 270d507 commit 68d1399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9243,7 +9243,7 @@
92439243
'Redis::_serialize' => ['mixed', 'value'=>'mixed'],
92449244
'Redis::_unserialize' => ['mixed', 'value'=>'string'],
92459245
'Redis::append' => ['int', 'key'=>'string', 'value'=>'string'],
9246-
'Redis::auth' => ['bool', 'password'=>'string'],
9246+
'Redis::auth' => ['bool', 'password'=>'string|string[]'],
92479247
'Redis::bgRewriteAOF' => ['bool'],
92489248
'Redis::bgSave' => ['bool'],
92499249
'Redis::bitCount' => ['int', 'key'=>'string'],

0 commit comments

Comments
 (0)