Passed
Branch master (f8109b)
by Rodrigo
01:57
created
Category
src/HtmlChart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 			}';
60 60
 
61 61
         $view = $this->getView();
62
-        $view->registerJsFile('https://www.google.com/jsapi',['position' => View::POS_HEAD]);
62
+        $view->registerJsFile('https://www.google.com/jsapi', ['position' => View::POS_HEAD]);
63 63
         $view->registerJs('google.load("visualization", "' . $this->loadVersion . '", {packages:["' . $this->packages . '"]});', View::POS_HEAD, __CLASS__ . '#' . $id);
64 64
         $view->registerJs($script, View::POS_HEAD, $id);
65 65
     }
Please login to merge, or discard this patch.