8000 Revert "minor #10160 [Translation] [Loader] Add INI_SCANNER_RAW to pa… · symfony/symfony@1e89880 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e89880

Browse files
committed
Revert "minor #10160 [Translation] [Loader] Add INI_SCANNER_RAW to parse ini files (TeLiXj)"
This reverts commit 7c3a3e1, reversing changes made to d61f492.
1 parent 10d4d56 commit 1e89880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Loader/IniFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function load($resource, $locale, $domain = 'messages')
3535
throw new NotFoundResourceException(sprintf('File "%s" not found.', $resource));
3636
}
3737

38-
$messages = parse_ini_file($resource, true, INI_SCANNER_RAW);
38+
$messages = parse_ini_file($resource, true);
3939

4040
$catalogue = parent::load($messages, $locale, $domain);
4141
$catalogue->addResource(new FileResource($resource));

0 commit comments

Comments
 (0)
0