@@ -115,7 +115,7 @@ |
||
115 | 115 | if (null === $this->prefix) |
116 | 116 | { |
117 | 117 | $parts = array_map( |
118 | - function ($part) |
|
118 | + function($part) |
|
119 | 119 | { |
120 | 120 | return ucfirst(strtolower($part)); |
121 | 121 | }, |
@@ -128,7 +128,7 @@ |
||
128 | 128 | $defaultTemplate = ($originalTemplate == $template); |
129 | 129 | |
130 | 130 | $layoutPaths = $defaultTemplate ? $this->getLayoutPaths() : array_map( |
131 | - function ($path) use ($originalTemplate, $template) |
|
131 | + function($path) use ($originalTemplate, $template) |
|
132 | 132 | { |
133 | 133 | return str_replace( |
134 | 134 | $this->getThemesPath() . '/' . $originalTemplate, |