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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 15:41:53 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-09-30 11:19:15 +0300
commit8aed08e058c53f8f4e52dafdc21fed6aa172f8ce (patch)
tree9e4f1395b311ccce80a45332a61a5895bb1f66bc /build/stubs
parentf2d7d1357901930f86829a81069c6c8c4b77a088 (diff)
Correctly handle Redis::keys returning false
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'build/stubs')
-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