@@ -68,6 +68,6 @@ |
||
68 | 68 | */ |
69 | 69 | private function getCacheKey(TemplateReferenceInterface $template, ThemeInterface $theme) |
70 | 70 | { |
71 | - return $template->getLogicalName() . '|' . $theme->getSlug(); |
|
71 | + return $template->getLogicalName().'|'.$theme->getSlug(); |
|
72 | 72 | } |
73 | 73 | } |
@@ -68,6 +68,6 @@ |
||
68 | 68 | */ |
69 | 69 | private function getCacheKey(TemplateReferenceInterface $template, ThemeInterface $theme) |
70 | 70 | { |
71 | - return $template->getLogicalName() . '|' . $theme->getSlug(); |
|
71 | + return $template->getLogicalName().'|'.$theme->getSlug(); |
|
72 | 72 | } |
73 | 73 | } |
@@ -23,6 +23,6 @@ |
||
23 | 23 | */ |
24 | 24 | public function resolve($path, ThemeInterface $theme) |
25 | 25 | { |
26 | - return str_replace('bundles/', 'bundles/_' . $theme->getCode() . '/', $path); |
|
26 | + return str_replace('bundles/', 'bundles/_'.$theme->getCode().'/', $path); |
|
27 | 27 | } |
28 | 28 | } |