Passed
Push — master ( 1d40f3...930f9c )
by Francis
11:12 queued 04:13
created
libraries/VueLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
    *                           app/vue.php will be passed here if loaded with
20 20
    *                           $this->load->package('francis94c/vue-ci');
21 21
    */
22
-  function __construct(?array $params=null)
22
+  function __construct(?array $params = null)
23 23
   {
24 24
     get_instance()->load->helper('inflector');
25 25
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
   {
38 38
     $prefix = $this->groups[$groupName]['components_view_prefix'] ?? '';
39 39
     foreach ($this->groups[$groupName]['components'] ?? [] as $component) {
40
-      $this->loadComponent($prefix.$component);
40
+      $this->loadComponent($prefix . $component);
41 41
     }
42 42
     foreach ($this->groups[$groupName]['scripts'] ?? [] as $script) {
43 43
       $this->loadScript($script);
Please login to merge, or discard this patch.