| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | 26 | public function GetAvailableLanguage() : array |
|
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var array<int, string|Language> |
||
| 23 | */ |
||
| 24 | 26 | $out = TypeUtilities::ExpectRetrievedValueIsArray( |
|
| 25 | 26 | 'availableLanguage', |
|
| 26 | 26 | $this->RetrievePropertyValueFromData('availableLanguage'), |
|
| 27 | 26 | static::class |
|
| 28 | ); |
||
| 29 | |||
| 30 | 26 | return $out; |
|
| 31 | } |
||
| 45 |