Skip to content

Commit f729a7c

Browse files
committed
refactor: Update types in RedisHandler::deleteMatching()
1 parent a1c6c9e commit f729a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Cache/Handlers/RedisHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function deleteMatching(string $pattern)
181181
$iterator = null;
182182

183183
do {
184-
/** @var false|list<string>|Redis $keys */
184+
/** @var false|list<string> $keys */
185185
$keys = $this->redis->scan($iterator, $pattern);
186186

187187
if (is_array($keys)) {

0 commit comments

Comments
 (0)