Completed
Push — master ( e2100c...19dc63 )
by Scott
02:40
created
formwidgets/OptionsInventories.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@
 block discarded – undo
34 34
      */
35 35
     public function prepareVars()
36 36
     {
37
-        $this->vars['name'] = $this->formField->getName();
38
-        $this->vars['value'] = $this->getLoadValue();
39
-        $this->vars['model'] = $this->model;
37
+        $this->vars[ 'name' ] = $this->formField->getName();
38
+        $this->vars[ 'value' ] = $this->getLoadValue();
39
+        $this->vars[ 'model' ] = $this->model;
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.