Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2066 from coss/hotfix/…
Browse files Browse the repository at this point in the history
…cs-fix

Fixed CS errors
  • Loading branch information
EvanDotPro committed Jul 31, 2012
2 parents 45f017e + 3cd1828 commit bd77e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/IbanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function ibanDataProvider()
array('AT611904300234573201', true),
array('AT61 1904 3002 3457 3201', false),
array('AD1200012030200354100100', false),

array('AL47212110090000000235698741', true),
array('AD1200012030200359100100', true),
array('AT611904300234573201', true),
Expand Down Expand Up @@ -90,7 +90,7 @@ public function ibanDataProvider()
array('AE070331234567890123456', true),
array('GB29NWBK60161331926819', true),
array('VG96VPVG0000012345678901', true),

array('DO17552081023122561803924090', true),
);
}
Expand Down

0 comments on commit bd77e8e

Please sign in to comment.