Passed
Push — master ( 639a42...ae25ab )
by Fabian
02:04
created
src/Call/AddOrder/AddOrderResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     public function manualMapping($result)
33 33
     {
34 34
         $this->descr = $result['descr']['order'];
35
-        if(isset($result['txid'])) {
35
+        if (isset($result['txid'])) {
36 36
             $this->txid = $result['txid'][0];
37 37
         }
38 38
     }
Please login to merge, or discard this patch.