@@ -183,7 +183,7 @@ |
||
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 |