@@ -175,7 +175,7 @@ |
||
175 | 175 | private function generateHtml(...$args) |
176 | 176 | { |
177 | 177 | // Everything inside this function is executed only when the cache is not available. |
178 | - $expensivePhpCode = function () use ($args) { |
|
178 | + $expensivePhpCode = function() use ($args) { |
|
179 | 179 | $this->prepareDataForView($args); |
180 | 180 | |
181 | 181 | // render the template with the resulting data. |