Skip to content

Commit

Permalink
Fix for bank account details classes description
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-puslecki committed Feb 27, 2014
1 parent d580165 commit 586dc21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MangoPaySDK/types/bankAccountDetailsGb.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace MangoPay;

/**
* Class represents GB type for in BankAccount entity
* Class represents GB bank account type for in BankAccount entity
*/
class BankAccountDetailsGB extends Dto implements BankAccountDetails {

Expand Down
2 changes: 1 addition & 1 deletion MangoPaySDK/types/bankAccountDetailsIban.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace MangoPay;

/**
* Class represents IBAN type for in BankAccount entity
* Class represents IBAN bank account type for in BankAccount entity
*/
class BankAccountDetailsIBAN extends Dto implements BankAccountDetails {

Expand Down
2 changes: 1 addition & 1 deletion MangoPaySDK/types/bankAccountDetailsOther.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace MangoPay;

/**
* Class represents OTHER type for in BankAccount entity
* Class represents OTHER bank account type for in BankAccount entity
*/
class BankAccountDetailsOTHER extends Dto implements BankAccountDetails {

Expand Down

0 comments on commit 586dc21

Please sign in to comment.