@@ -26,7 +26,7 @@ |
||
26 | 26 | $pimple['cache.backend'] = 'array'; |
27 | 27 | $pimple['cache.debug'] = false; |
28 | 28 | |
29 | - $pimple['cache'] = function () use ($pimple) { |
|
29 | + $pimple['cache'] = function() use ($pimple) { |
|
30 | 30 | $cache = $this->getCache($pimple['cache.backend']); |
31 | 31 | |
32 | 32 | if ($pimple['cache.debug']) { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Cmp\Cache\Infrastructure\Provider; |
4 | 4 | |
5 | -use Closure; |
|
6 | 5 | use Cmp\Cache\Application\CacheFactory; |
7 | 6 | use Cmp\Cache\Infrastructure\RedisCache; |
8 | 7 | use InvalidArgumentException; |