Completed
Push — master ( 635f45...2230fc )
by dotzero
02:04
created
src/Models/Catalog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.