@@ -45,7 +45,7 @@ |
||
45 | 45 | private function _generateHtml($widget, ...$args) |
46 | 46 | { |
47 | 47 | // Everything inside this function is executed only when the cache is not available. |
48 | - $expensivePhpCode = function () use ($widget, $args) { |
|
48 | + $expensivePhpCode = function() use ($widget, $args) { |
|
49 | 49 | $this->_makeDataForView($widget, $args); |
50 | 50 | // render the template with the resulting data. |
51 | 51 | return $this->renderTemplate($widget); |