Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 87.5% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class IntlMessageFormatter implements MessageFormatterInterface |
||
11 | { |
||
12 | /** |
||
13 | * This method uses \MessageFormatter::format() |
||
14 | * |
||
15 | * @link https://php.net/manual/en/messageformatter.format.php |
||
16 | */ |
||
17 | 34 | public function format(string $message, array $parameters, string $locale): string |
|
34 |