diff --git a/MangoPay/CardValidation.php b/MangoPay/CardValidation.php index 7a6e7a19..2c138cb1 100644 --- a/MangoPay/CardValidation.php +++ b/MangoPay/CardValidation.php @@ -95,7 +95,7 @@ class CardValidation extends Libraries\EntityBase /** * Information of the card - * @var object + * @var CardInfo */ public $CardInfo; diff --git a/tests/Cases/Constants.php b/tests/Cases/Constants.php index ad1a6046..ac6351a7 100644 --- a/tests/Cases/Constants.php +++ b/tests/Cases/Constants.php @@ -6,5 +6,4 @@ class Constants { const CARD_FRICTIONLESS = '4970107111111119'; const CARD_CHALLENGE = '4970105181818183'; - -} \ No newline at end of file +}