Test Setup Failed
Push — master ( b92186...dc32bf )
by Php Easy Api
05:09
created
src/resta/Cache/CacheContainerResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function cacheProcess($callback)
19 19
     {
20 20
         //we do cache key control for method cache container data.
21
-        if(isset($this->app['cache']['methodCache']['cache'])){
21
+        if (isset($this->app['cache']['methodCache']['cache'])) {
22 22
 
23 23
             //get cache data
24 24
             $cache = $this->app['cache']['methodCache']['cache'];
Please login to merge, or discard this patch.