Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 13, 2024
1 parent 0e83154 commit 5869516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MangoPay/CardValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CardValidation extends Libraries\EntityBase

/**
* Information of the card
* @var object
* @var CardInfo
*/
public $CardInfo;

Expand Down
3 changes: 1 addition & 2 deletions tests/Cases/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ class Constants
{
const CARD_FRICTIONLESS = '4970107111111119';
const CARD_CHALLENGE = '4970105181818183';

}
}

0 comments on commit 5869516

Please sign in to comment.