From 7f6de3635478f4c6017c044d9a27a2e1fe8d3cab Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 7 Jun 2023 16:35:29 +0200 Subject: [PATCH] Fix typo --- src/Composer/Repository/PlatformRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/PlatformRepository.php b/src/Composer/Repository/PlatformRepository.php index 2e90e05f3..2b98cae94 100644 --- a/src/Composer/Repository/PlatformRepository.php +++ b/src/Composer/Repository/PlatformRepository.php @@ -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'); } }