Completed
Branch master (552684)
by Joseph
02:08
created
src/models/Card.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,9 +72,9 @@
 block discarded – undo
72 72
     public function toArray()
73 73
     {
74 74
         return [
75
-           CardFields::CARD_NUMBER        => $this->cardNumber,
76
-           CardFields::CARD_EXPIRY_DATE   => $this->expiryDate,
77
-           CardFields::CARD_SECURITY_CODE => $this->securityCode,
75
+            CardFields::CARD_NUMBER        => $this->cardNumber,
76
+            CardFields::CARD_EXPIRY_DATE   => $this->expiryDate,
77
+            CardFields::CARD_SECURITY_CODE => $this->securityCode,
78 78
         ];
79 79
     }
80 80
 }
Please login to merge, or discard this patch.