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