chore: cgl cleanup
This commit is contained in:
@@ -85,9 +85,9 @@ class TravelDataProvider
|
||||
*
|
||||
* @return Travel|null The travel data or null on unexpected failure
|
||||
*
|
||||
* @throws TravelNotFoundException When the travel date is not found
|
||||
* @throws HotelNotFoundException When the requested hotel is not found
|
||||
* @throws HotelNotInTravelException When the hotel does not belong to this travel
|
||||
* @throws TravelNotFoundException When the travel date is not found
|
||||
* @throws HotelNotFoundException When the requested hotel is not found
|
||||
* @throws HotelNotInTravelException When the hotel does not belong to this travel
|
||||
*/
|
||||
public function getTravelDataFromXml(int $dateId, ?int $hotelId = null): ?Travel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user