Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
24 * @param string $locale The message locale | 24 * @param string $locale The message locale |
25 * @param array $parameters An array of parameters for the message | 25 * @param array $parameters An array of parameters for the message |
26 * | 26 * |
27 * @return string | 27 * @return string |
28 */ | 28 */ |
29 public function choiceFormat($message, $number, $locale, array $parameters = array()); | 29 public function choiceFormat($message, $number, $locale, array $parameters = []); |
30 } | 30 } |