Skip to content

Commit b69e474

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply PHP CS Fixer, partially
1 parent 116e3a2 commit b69e474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/bin/sync-iban-formats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private function readIbanFormatsTable(): array
187187
{
188188
$tablesResponse = file_get_contents('https://www.wikitable2json.com/api/International_Bank_Account_Number?table=3&keyRows=1&clearRef=true');
189189

190-
return json_decode($tablesResponse, true, 512, JSON_THROW_ON_ERROR)[0];
190+
return json_decode($tablesResponse, true, 512, \JSON_THROW_ON_ERROR)[0];
191191
}
192192

193193
private function buildIbanRegexp(string $countryCode, string $bbanFormat): string

0 commit comments

Comments
 (0)