| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | class LanguageFinnish extends AbstractModule implements ModuleLanguageInterface |
||
| 29 | { |
||
| 30 | use ModuleLanguageTrait; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Phone-book ordering of letters. |
||
| 34 | * |
||
| 35 | * @return array<int,string> |
||
| 36 | */ |
||
| 37 | public function alphabet(): array |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return LocaleInterface |
||
| 44 | */ |
||
| 45 | public function locale(): LocaleInterface |
||
| 50 |