Completed
Push — master ( b431f7...805be4 )
by Iman
02:11
created
src/Utils/WidgetRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.