@@ -64,7 +64,7 @@ |
||
64 | 64 | } else { |
65 | 65 | $parserName = '\Migrations\Parser\Object\\' . ucfirst($param->type); |
66 | 66 | } |
67 | - if (!in_array($parserName, ['\Migrations\Parser\Object\ObjectLink','Exchange1c\Parser\Item\Images', '\Migrations\Parser\Object\Value', '\Migrations\Parser\Object\Relation', '\Migrations\Parser\Object\ParamsList'])) { |
|
67 | + if (!in_array($parserName, ['\Migrations\Parser\Object\ObjectLink', 'Exchange1c\Parser\Item\Images', '\Migrations\Parser\Object\Value', '\Migrations\Parser\Object\Relation', '\Migrations\Parser\Object\ParamsList'])) { |
|
68 | 68 | var_dump($parserName); |
69 | 69 | exit(); |
70 | 70 | } |
@@ -85,7 +85,7 @@ |
||
85 | 85 | } |
86 | 86 | break; |
87 | 87 | default: |
88 | - if(is_array($value)){ |
|
88 | + if (is_array($value)) { |
|
89 | 89 | $value = implode(' ', $value); |
90 | 90 | } |
91 | 91 | $this->model->{$this->param->value} = $value; |