Skip to content

Commit 9430a0c

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: pass CSV escape characters explicitly move setting deprecation session options into a legacy group test
2 parents 156284c + 4bb3f80 commit 9430a0c

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
@@ -129,7 +129,7 @@ private function readPropertiesFromRegistry(array $properties): array
129129
array_shift($lines);
130130

131131
foreach ($lines as $line) {
132-
$columns = str_getcsv($line, "\t");
132+
$columns = str_getcsv($line, "\t", '"', '\\');
133133
$propertyLabel = array_shift($columns);
134134

135135
if (!isset($properties[$propertyLabel])) {

0 commit comments

Comments
 (0)