We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a513ff3 + a30dace commit 54910f2Copy full SHA for 54910f2
src/Omnipay/Common/CreditCard.php
@@ -456,7 +456,7 @@ public function getBrand()
456
/**
457
* Get the card expiry month.
458
*
459
- * @return string
+ * @return int
460
*/
461
public function getExpiryMonth()
462
{
@@ -477,7 +477,7 @@ public function setExpiryMonth($value)
477
478
* Get the card expiry year.
479
480
481
482
public function getExpiryYear()
483
@@ -531,7 +531,7 @@ public function setStartMonth($value)
531
532
* Get the card start year.
533
534
535
536
public function getStartYear()
537
0 commit comments