| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 81.82% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class IntlMessageFormatter implements MessageFormatterInterface |
||
| 11 | { |
||
| 12 | 34 | public function __construct() |
|
| 17 | ); |
||
| 18 | } |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * This method uses {{@see MessageFormatter::format()}} |
||
| 23 | * |
||
| 24 | * @link https://php.net/manual/en/messageformatter.format.php |
||
| 25 | */ |
||
| 26 | 34 | public function format(string $message, array $parameters, string $locale): string |
|
| 43 |