summaryrefslogtreecommitdiff
path: root/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php')
-rw-r--r--vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php b/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
index 6bc68384af..621dbb292d 100644
--- a/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
+++ b/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
@@ -28,5 +28,5 @@ interface ChoiceMessageFormatterInterface
*
* @return string
*/
- public function choiceFormat($message, $number, $locale, array $parameters = array());
+ public function choiceFormat($message, $number, $locale, array $parameters = []);
}