@@ -194,7 +194,7 @@ |
||
194 | 194 | { |
195 | 195 | if(isset($this->twig_cache_blocks[$blockName])){ |
196 | 196 | $this->twig_cache_blocks[$blockName] = \array_merge($this->twig_cache_blocks[$blockName], $cacheBlock); |
197 | - }else{ |
|
197 | + } else{ |
|
198 | 198 | $this->twig_cache_blocks[$blockName] = $cacheBlock; |
199 | 199 | } |
200 | 200 |