Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Dec 21, 2023
1 parent 23f1bee commit 8f9578a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MangoPay/CardInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

namespace MangoPay;

class CardInfo extends Libraries\EntityBase
class CardInfo extends Libraries\Dto
{

/**
* The 6-digit bank identification number (BIN) of the card issuer.
* @var string
Expand Down Expand Up @@ -40,4 +39,4 @@ class CardInfo extends Libraries\EntityBase
* @var string
*/
public $SubType;
}
}

0 comments on commit 8f9578a

Please sign in to comment.