summaryrefslogtreecommitdiff
path: root/vendor/symfony/translation/Formatter/IntlFormatterInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/translation/Formatter/IntlFormatterInterface.php')
-rw-r--r--vendor/symfony/translation/Formatter/IntlFormatterInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/translation/Formatter/IntlFormatterInterface.php b/vendor/symfony/translation/Formatter/IntlFormatterInterface.php
index 5fc5d97d24..02fc6acbdf 100644
--- a/vendor/symfony/translation/Formatter/IntlFormatterInterface.php
+++ b/vendor/symfony/translation/Formatter/IntlFormatterInterface.php
@@ -23,5 +23,5 @@ interface IntlFormatterInterface
*
* @see http://icu-project.org/apiref/icu4c/classMessageFormat.html#details
*/
- public function formatIntl(string $message, string $locale, array $parameters = array()): string;
+ public function formatIntl(string $message, string $locale, array $parameters = []): string;
}