Test Failed
Push — master ( 7f4446...d7feff )
by Alexey
11:49 queued 07:23
created
system/modules/Ecommerce/objects/OptionsParser.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         self::warehouse($selectOptions);
58 58
 
59 59
         $selectOptions['group'] = Item::index();
60
-        if(isset($options['array'])){
60
+        if (isset($options['array'])) {
61 61
             $selectOptions['array'] = $options['array'];
62 62
         }
63 63
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         self::warehouse($selectOptions);
58 58
 
59 59
         $selectOptions['group'] = Item::index();
60
-        if(isset($options['array'])){
60
+        if(isset($options['array'])) {
61 61
             $selectOptions['array'] = $options['array'];
62 62
         }
63 63
 
Please login to merge, or discard this patch.