Skip to content

Commit

Permalink
Merge pull request #10934 from boesing/qa/redis-types
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed May 5, 2024
2 parents 7552679 + 5ff68d6 commit 0b37d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/extensions/redis.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Redis {
/** @return false|int|Redis */
public function append(string $key, string $value) {}

/** @param array{string,string}|array{string}|string $credentials */
public function auth(mixed $credentials): bool {}

public function bgSave(): bool {}
Expand Down

0 comments on commit 0b37d26

Please sign in to comment.