8000 Change exec return method type hint · phpredis/phpredis@a4a283a · GitHub
[go: up one dir, main page]

Skip to content

Commit a4a283a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0