Skip to content

Commit 70a1b3a

Browse files
committed
docblocks
1 parent 17af947 commit 70a1b3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Common/CreditCard.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ public function validate()
262262
throw new InvalidCreditCardException('Card number should have 12 to 19 digits');
263263
}
264264
}
265+
265266
/**
266267
* Get Card Title.
267268
*
@@ -796,7 +797,7 @@ public function setBillingAddress2($value)
796797
return $this->setParameter('billingAddress2', $value);
797798
}
798799

799-
/**
800+
/**
800801
* Get the billing address, line 3.
801802
*
802803
* @return string
@@ -1116,7 +1117,7 @@ public function setShippingAddress2($value)
11161117
return $this->setParameter('shippingAddress2', $value);
11171118
}
11181119

1119-
/**
1120+
/**
11201121
* Get the shipping address, line 3.
11211122
*
11221123
* @return string

0 commit comments

Comments
 (0)