Skip to content

Commit 1e9eb4a

Browse files
committed
Apply fixes from StyleCI
1 parent 2c74a85 commit 1e9eb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/RedisTaggedCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function flush()
113113
$this->event(new CacheFlushing($this->getName()));
114114

115115
$connection = $this->store->connection();
116-
116+
117117
$redisPrefix = match (true) {
118118
$connection instanceof PhpRedisConnection => $connection->client()->getOption(\Redis::OPT_PREFIX),
119119
$connection instanceof PredisConnection => $connection->client()->getOptions()->prefix,

0 commit comments

Comments
 (0)