Completed
Push — master ( 4b260d...6e64f1 )
by dotzero
02:00
created
src/Models/Transaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $response = $this->postRequest('/private/api/v2/json/transactions/set', $parameters);
100 100
 
101 101
         if (isset($response['transactions']['add']['transactions'])) {
102
-            $result = array_map(function ($item) {
102
+            $result = array_map(function($item) {
103 103
                 return $item['id'];
104 104
             }, $response['transactions']['add']['transactions']);
105 105
         } else {
Please login to merge, or discard this patch.