@@ -74,7 +74,7 @@ |
||
| 74 | 74 | $response = $this->postRequest('/private/api/v2/json/catalogs/set', $parameters); |
| 75 | 75 | |
| 76 | 76 | if (isset($response['catalogs']['add']['catalogs'])) { |
| 77 | - $result = array_map(function ($item) { |
|
| 77 | + $result = array_map(function($item) { |
|
| 78 | 78 | return $item['id']; |
| 79 | 79 | }, $response['catalogs']['add']['catalogs']); |
| 80 | 80 | } else { |