Completed
Push — master ( c8fd93...a9ab00 )
by Georges
01:49
created
DataCollector/CacheCollector.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     {
184 184
         if(isset($this->twig_cache_blocks[$blockName])){
185 185
             $this->twig_cache_blocks[$blockName] = array_merge($this->twig_cache_blocks[$blockName], $cacheBlock);
186
-        }else{
186
+        } else{
187 187
             $this->twig_cache_blocks[$blockName] = $cacheBlock;
188 188
         }
189 189
 
Please login to merge, or discard this patch.
Twig/CacheExtension/CacheStrategy/LifetimeCacheStrategy.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 
87 87
         if(!empty($cacheData) && $this->config['twig_block_debug']){
88 88
             return "<!-- BEGIN CACHE BLOCK OUTPUT '{$unprefixedKey}' -->\n{$cacheData}\n<!-- // END CACHE BLOCK OUTPUT '{$unprefixedKey}' -->";
89
-        }else{
89
+        } else{
90 90
             return $cacheData;
91 91
         }
92 92
     }
Please login to merge, or discard this patch.