| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 8 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | View Code Duplication | public function getCoordinates(): array |
|
| 37 | { |
||
| 38 | return [ |
||
| 39 | 'Almere Poort, The Netherlands' => [52.3504547, 5.1511458, 10], |
||
| 40 | 'Amsterdam, The Netherlands' => [52.3702157, 4.8951679, 0], |
||
| 41 | 'Den Haag, The Netherlands' => [52.0704978, 4.3006999, -10.1], |
||
| 42 | ]; |
||
| 43 | } |
||
| 44 | } |
||
| 45 |