Completed
Pull Request — master (#15)
by
unknown
02:17
created
src/Envelopes/Builder.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -679,7 +679,7 @@  discard block
 block discarded – undo
679 679
      * @return Builder
680 680
      */
681 681
     public static function postBackEvent(
682
-        $requestId =  null,
682
+        $requestId = null,
683 683
         $transactionId = null,
684 684
         $transactionStatus = null,
685 685
         $code = null,
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
             $this->type,
740 740
             $this->sequenceId,
741 741
             $this->identities,
742
-            array_filter($this->data, function ($data) {
742
+            array_filter($this->data, function($data) {
743 743
                 return $data !== null;
744 744
             })
745 745
         );
@@ -1391,7 +1391,7 @@  discard block
 block discarded – undo
1391 1391
         $payoutTimestamp,
1392 1392
         $payoutAmount,
1393 1393
         $payoutCurrency,
1394
-        $payoutCardId =  null,
1394
+        $payoutCardId = null,
1395 1395
         $payoutAccountId = null,
1396 1396
         $payoutMethod = null,
1397 1397
         $payoutSystem = null,
Please login to merge, or discard this patch.