File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ private function checkIban(CustomerEntity $entity)
122122 if ($ entity ->bankIban ) {
123123 $ iban = new Iban ($ entity ->bankIban );
124124 $ validator = new Validator ();
125- if (!$ validator ->validate ($ iban )) {
125+ if (!$ validator ->validate ($ iban )) {
126126 throw new MissingPropertyException ('The property bankIban is not valid! ' );
127127 }
128128 }
Original file line number Diff line number Diff line change 33
44namespace FastBillSdkTest \Customer ;
55
6- use FastBillSdk \Common \MissingPropertyException ;
76use FastBillSdk \Customer \CustomerEntity ;
8- use FastBillSdk \Customer \CustomerSearchStruct ;
9- use FastBillSdk \Customer \CustomerService ;
107use FastBillSdk \Customer \CustomerValidator ;
118use FastBillSdkTest \Common \BaseTestTrait ;
129use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments