Skip to content

Commit

Permalink
Fix styling again
Browse files Browse the repository at this point in the history
  • Loading branch information
bimusiek committed Dec 19, 2019
1 parent 31e805c commit d006266
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
*/
class TravelResponseDetails extends Air\TravelProductInformation
{

protected function parseFlightDate($departureDate, $arrivalDate, $arrivalTime, $dateVariation)
{
// We are using Amadeus\Client\Struct\Fare\MasterPricer\FlightDate
return new FlightDate($departureDate, $arrivalDate, $arrivalTime, $dateVariation);
}

}

0 comments on commit d006266

Please sign in to comment.