| Total Complexity | 6 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class Translations implements IMNTranslations |
||
| 14 | { |
||
| 15 | 1 | public function mnCannotOpen(): string |
|
| 16 | { |
||
| 17 | 1 | return 'Cannot open menu metadata'; |
|
| 18 | } |
||
| 19 | |||
| 20 | 1 | public function mnCannotSave(): string |
|
| 23 | } |
||
| 24 | |||
| 25 | 2 | public function mnItemNotFound(string $item): string |
|
| 28 | } |
||
| 29 | |||
| 30 | 2 | public function mnProblematicData(): string |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | public function mnNoAvailableEntrySource(): string |
|
| 38 | } |
||
| 39 | |||
| 40 | 1 | public function mnNoAvailableMetaSource(): string |
|
| 45 |