Thanks to visit codestin.com
Credit goes to github.com

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

Commit bd77e8e

Browse files
committed
Merge pull request zendframework/zendframework#2066 from coss/hotfix/cs-fix
Fixed CS errors
2 parents 45f017e + 3cd1828 commit bd77e8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/IbanTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function ibanDataProvider()
2727
array('AT611904300234573201', true),
2828
array('AT61 1904 3002 3457 3201', false),
2929
array('AD1200012030200354100100', false),
30-
30+
3131
array('AL47212110090000000235698741', true),
3232
array('AD1200012030200359100100', true),
3333
array('AT611904300234573201', true),
@@ -90,7 +90,7 @@ public function ibanDataProvider()
9090
array('AE070331234567890123456', true),
9191
array('GB29NWBK60161331926819', true),
9292
array('VG96VPVG0000012345678901', true),
93-
93+
9494
array('DO17552081023122561803924090', true),
9595
);
9696
}

0 commit comments

Comments
 (0)