Passed
Branch master (f52daa)
by Leith
08:24
created
src/Message/RedirectFlowRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
                 'email' => $card->getEmail(),
130 130
                 'family_name' => $card->getLastName(),
131 131
                 'given_name' => $card->getFirstName(),
132
-                 // phone number is for New Zealand customers only
132
+                    // phone number is for New Zealand customers only
133 133
                 'phone_number' => $card->getCountry() == 'NZ' ? $card->getPhone() : null,
134 134
             ];
135 135
             if ($card->getLastName() == null && $card->getLastName() == null) {
Please login to merge, or discard this patch.