@@ -61,7 +61,7 @@ |
||
61 | 61 | ->setDefaults(array( |
62 | 62 | 'class' => null, |
63 | 63 | )) |
64 | - ->setNormalizer('class', function () { |
|
64 | + ->setNormalizer('class', function() { |
|
65 | 65 | return $this->className; |
66 | 66 | }) |
67 | 67 | ; |
@@ -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 | } |