$points */ public function mapResponse(string $city, array $points): WeatherAtTimeResponse { return new WeatherAtTimeResponse( $city, $points ); } }