@@ -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']) { |