Passed
Push — feature/change-method-names-fo... ( a1d20f )
by Darío
02:56
created
src/Subscriptions/PaymentPreferences.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     public function toArray(): array
65 65
     {
66
-        $data =  [
66
+        $data = [
67 67
             'auto_bill_outstanding' => $this->autoBillOutstanding,
68 68
             'setup_fee_failure_action' => $this->setupFeeFailureAction,
69 69
             'payment_failure_threshold' => $this->paymentFailureThreshold
Please login to merge, or discard this patch.