@@ -90,7 +90,7 @@ |
||
90 | 90 | )) |
91 | 91 | ; |
92 | 92 | |
93 | - $resolver->setNormalizer('model_transformer', function (Options $options, $value) { |
|
93 | + $resolver->setNormalizer('model_transformer', function(Options $options, $value) { |
|
94 | 94 | if (!is_array($value)) { |
95 | 95 | $value = array( |
96 | 96 | 'class' => $value, |
@@ -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 | } |