| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class IdMessageReader implements MessageReaderInterface |
||
| 13 | { |
||
| 14 | 1 | public function getMessage(string $id, string $category, string $locale, array $parameters = []): string |
|
| 15 | { |
||
| 16 | 1 | return $id; |
|
| 17 | } |
||
| 18 | |||
| 19 | 1 | public function getMessages(string $category, string $locale): array |
|
| 22 | } |
||
| 23 | } |
||
| 24 |