| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | 1 | public function __construct(?int $id, ?string $cityId, ?string $cityName, ?string $cityTimezone, ?string $region, ?array $errors) |
|
| 36 | { |
||
| 37 | 1 | $this->id = $id; |
|
| 38 | 1 | $this->cityId = $cityId; |
|
| 39 | 1 | $this->cityName = $cityName; |
|
| 40 | 1 | $this->cityTimezone = $cityTimezone; |
|
| 41 | 1 | $this->region = $region; |
|
| 42 | 1 | $this->errors = $errors; |
|
| 43 | 1 | } |
|
| 107 | } |