@@ -58,7 +58,7 @@ |
||
58 | 58 | { |
59 | 59 | $current = time(); |
60 | 60 | |
61 | - $this->ttlKeys = array_filter($this->ttlKeys, function (int $time, string $key) use ($current) { |
|
61 | + $this->ttlKeys = array_filter($this->ttlKeys, function(int $time, string $key) use ($current) { |
|
62 | 62 | $isExpired = $time < $current; |
63 | 63 | if ($isExpired) { |
64 | 64 | unset($this->store[$key]); |