Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'redis.stub.php')
-rw-r--r--redis.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.stub.php b/redis.stub.php
index 8cdede95..e1358abc 100644
--- a/redis.stub.php
+++ b/redis.stub.php
@@ -41,7 +41,7 @@ class Redis {
public function bitop(string $operation, string $deskey, string $srckey, string ...$other_keys): Redis|int|false;
- public function bitpos(string $key, int $bit, int $start = 0, int $end = -1): Redis|int|false;
+ public function bitpos(string $key, bool $bit, int $start = 0, int $end = -1, bool $bybit = false): Redis|int|false;
public function blPop(string|array $key, string|float|int $timeout_or_key, mixed ...$extra_args): Redis|array|null|false;