| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 28 | public function getLabel(): string |
||
| 29 | { |
||
| 30 | return [ |
||
| 31 | 'UNKNOWN' => '', |
||
| 32 | 'MUNICIPALITY' => 'Gemeente', |
||
| 33 | 'SUBMUNICIPALITY' => 'Gemeente', |
||
| 34 | 'ROAD_AUTHORITY' => 'Wegendistrict', |
||
| 35 | 'TUNNEL_AUTHORITY' => 'Tunnelbeheerder', |
||
| 36 | 'PROVINCE' => 'Provincie', |
||
| 37 | 'MISCELLANEOUS' => 'Diversen', |
||
| 38 | ][$this->getKey()]; |
||
| 39 | } |
||
| 41 |