Test Failed
Push — master ( acc55b...606ce7 )
by Alexey
04:51
created
system/modules/Exchange1c/objects/Parser/Item/Options.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
 
34 34
         $options = [];
35
-        $itemParams = \Ecommerce\Item\Param::getList(['where' => ['item_id', $this->model->id],'key'=>'item_option_id']);
35
+        $itemParams = \Ecommerce\Item\Param::getList(['where' => ['item_id', $this->model->id], 'key'=>'item_option_id']);
36 36
         foreach ($this->object->object->params as $param) {
37 37
             if ($param->type == 'paramValue' && isset($itemParams[$param->value])) {
38 38
                 $options[$param->value] = $itemParams[$param->value]->value;
Please login to merge, or discard this patch.