Completed
Push — master ( 7e6a93...d4c9ca )
by dotzero
05:07
created
src/Models/Contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         $response = $this->postRequest('/private/api/v2/json/contacts/set', $parameters);
139 139
 
140 140
         if (isset($response['contacts']['add'])) {
141
-            $result = array_map(function ($item) {
141
+            $result = array_map(function($item) {
142 142
                 return $item['id'];
143 143
             }, $response['contacts']['add']);
144 144
         } else {
Please login to merge, or discard this patch.