Completed
Push — master ( 4beeec...6ff583 )
by dotzero
11s
created
src/Models/CustomField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         $response = $this->postRequest('/private/api/v2/json/fields/set', $parameters);
78 78
 
79 79
         if (isset($response['fields']['add'])) {
80
-            $result = array_map(function ($item) {
80
+            $result = array_map(function($item) {
81 81
                 return $item['id'];
82 82
             }, $response['fields']['add']);
83 83
         } else {
Please login to merge, or discard this patch.