| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | 5 | public function GetBroadcastFrequencyValue() : array |
|
| 35 | { |
||
| 36 | /** |
||
| 37 | * @var array<int, int|float|StructuredValue\QuantitativeValue> |
||
| 38 | */ |
||
| 39 | 5 | $out = TypeUtilities::ExpectRetrievedValueIsArray( |
|
| 40 | 5 | 'broadcastFrequencyValue', |
|
| 41 | 5 | $this->RetrievePropertyValueFromData('broadcastFrequencyValue'), |
|
| 42 | 5 | static::class |
|
| 43 | ); |
||
| 44 | |||
| 45 | 5 | return $out; |
|
| 46 | } |
||
| 59 |