Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5ea5fd

Browse files
nicolas-grekasmichael-grunder
authored andcommitted
Fix stub
1 parent 44d03ca commit b5ea5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function hLen(string $key): Redis|int|false;
246246

247247
public function hMget(string $key, array $keys): Redis|array|false;
248248

249-
public function hMset(string $key, array $keyvals): Redis|bool|false;
249+
public function hMset(string $key, array $keyvals): Redis|bool;
250250

251251
public function hRandField(string $key, array $options = null): Redis|string|array;
252252

0 commit comments

Comments
 (0)