8000 [Intl] Outsourced bundle reader creation to Icu component · symfony/symfony@427d24a · GitHub
[go: up one dir, main page]

Skip to content

Commit 427d24a

Browse files
committed
[Intl] Outsourced bundle reader creation to Icu component
1 parent 0160fd5 commit 427d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private static function getBundleReader()
203203
{
204204
if (null === self::$bundleReader) {
205205
self::$bundleReader = new StructuredBundleReader(new BufferedBundleReader(
206-
IcuData::isLoadable() ? new BinaryBundleReader() : new PhpBundleReader(),
206+
IcuData::getBundleReader(),
207207
self::BUFFER_SIZE
208208
));
209209
}

0 commit comments

Comments
 (0)
0