Completed
Push — master ( 07cb44...4bf17b )
by
unknown
17s queued 13s
created
src/Envelopes/Builder.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -924,7 +924,7 @@  discard block
 block discarded – undo
924 924
         $description = null,
925 925
         $country = null,
926 926
         $state = null,
927
-        $city =  null,
927
+        $city = null,
928 928
         $zip = null,
929 929
         $address = null,
930 930
         $addressConfirmed = null,
@@ -1631,7 +1631,7 @@  discard block
 block discarded – undo
1631 1631
      * @return Builder
1632 1632
      */
1633 1633
     public static function postBackEvent(
1634
-        $requestId =  null,
1634
+        $requestId = null,
1635 1635
         $transactionId = null,
1636 1636
         $transactionStatus = null,
1637 1637
         $code = null,
@@ -1698,7 +1698,7 @@  discard block
 block discarded – undo
1698 1698
             $this->type,
1699 1699
             $this->sequenceId,
1700 1700
             $this->identities,
1701
-            array_filter($this->data, function ($data) {
1701
+            array_filter($this->data, function($data) {
1702 1702
                 return $data !== null;
1703 1703
             })
1704 1704
         );
@@ -2372,7 +2372,7 @@  discard block
 block discarded – undo
2372 2372
         $payoutTimestamp,
2373 2373
         $payoutAmount,
2374 2374
         $payoutCurrency,
2375
-        $payoutCardId =  null,
2375
+        $payoutCardId = null,
2376 2376
         $payoutAccountId = null,
2377 2377
         $payoutMethod = null,
2378 2378
         $payoutSystem = null,
@@ -3421,7 +3421,7 @@  discard block
 block discarded – undo
3421 3421
         $description = null,
3422 3422
         $country = null,
3423 3423
         $state = null,
3424
-        $city =  null,
3424
+        $city = null,
3425 3425
         $zip = null,
3426 3426
         $address = null,
3427 3427
         $addressConfirmed = null,
Please login to merge, or discard this patch.