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 4081858 commit afdd750
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MangoPay/PaymentMethodMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

class PaymentMethodMetadata extends Libraries\EntityBase
{

/**
* The type of metadata. Allowed values: BIN, GOOGLE_PAY
* @var string
Expand Down Expand Up @@ -61,5 +60,4 @@ class PaymentMethodMetadata extends Libraries\EntityBase
* @var array
*/
public $BinData;

}
}

0 comments on commit afdd750

Please sign in to comment.