| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | 5 | public function __construct( |
|
| 13 | public readonly null | string $additionalInfo = null, |
||
| 14 | public readonly null | string $addressText = null, |
||
| 15 | public readonly string $id, |
||
| 16 | public readonly float | null $latitude = null, |
||
| 17 | public readonly float | null $longitude = null, |
||
| 18 | public readonly null | string $mapUrl = null, |
||
| 19 | public readonly int | null $zoom = null |
||
| 20 | ) { |
||
| 21 | 5 | } |
|
| 23 |