| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | class LanguageChineseTraditional extends AbstractModule implements ModuleLanguageInterface |
||
| 29 | { |
||
| 30 | use ModuleLanguageTrait; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * One of: 'DMY', 'MDY', 'YMD'. |
||
| 34 | * |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | public function dateOrder(): string |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return LocaleInterface |
||
| 44 | */ |
||
| 45 | public function locale(): LocaleInterface |
||
| 50 |