aboutsummaryrefslogtreecommitdiffstats
path: root/build/stubs/redis.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/stubs/redis.php')
-rw-r--r--build/stubs/redis.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stubs/redis.php b/build/stubs/redis.php
index e4872b81556..1a91e942fc4 100644
--- a/build/stubs/redis.php
+++ b/build/stubs/redis.php
@@ -2177,7 +2177,7 @@ class Redis
*
* @param string $pattern pattern, using '*' as a wildcard
*
- * @return array string[] The keys that match a certain pattern.
+ * @return string[]|false The keys that match a certain pattern.
*
* @link https://redis.io/commands/keys
* @example