Valid misspelled #107

This commit is contained in:
James Cole 2016-02-11 06:30:37 +01:00
parent 40245ef43b
commit d473455680

View File

@ -31,7 +31,7 @@ use Steam;
class AccountRepository implements AccountRepositoryInterface class AccountRepository implements AccountRepositoryInterface
{ {
/** @var array Valied field names of account_meta */ /** @var array Valid field names of account_meta */
private $validFields = ['accountRole', 'ccMonthlyPaymentDate', 'ccType', 'accountNumber']; private $validFields = ['accountRole', 'ccMonthlyPaymentDate', 'ccType', 'accountNumber'];
/** /**