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

Skip to content

Commit a4a283a

Browse files
Change exec return method type hint
1 parent 14f9333 commit a4a283a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis_array.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function del(string|array $key, string ...$otherkeys): bool|int;
3232

3333
public function discard(): bool|null;
3434

35-
public function exec(): bool|null;
35+
public function exec(): bool|null|array;
3636

3737
public function flushall(): bool|array;
3838

0 commit comments

Comments
 (0)