1
0
Fork 0
pull/11500/head
Jordi Boggiano 2023-06-07 16:35:29 +02:00
parent ff67cdf6e6
commit 7f6de36354
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class PlatformRepository extends ArrayRepository
if ($this->runtime->hasClass('ResourceBundle')) {
$resourceBundle = $this->runtime->invoke(['ResourceBundle', 'create'], ['root', 'ICUDATA', false]);
if ($resourceBundle !== null) {
$this->addLibrary('icu-cldr', $resourceBundle->get('Version');, 'ICU CLDR project version');
$this->addLibrary('icu-cldr', $resourceBundle->get('Version'), 'ICU CLDR project version');
}
}