Skip to content

Commit

Permalink
I got 99 problems and apparently a merge is one.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Jan 29, 2016
1 parent 5c85177 commit 24de4c4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@

namespace Amadeus\Client\Struct\Pnr\AddMultiElements;

<<<<<<< HEAD
=======
use Amadeus\Client\RequestOptions\Pnr\Segment;
use Amadeus\Client\Struct\InvalidArgumentException;

>>>>>>> develop
/**
* AirAuxItinerary
*
Expand Down Expand Up @@ -56,8 +53,6 @@ class AirAuxItinerary
* @var FreetextItinerary
*/
public $freetextItinerary;
<<<<<<< HEAD
=======

/**
* AirAuxItinerary constructor.
Expand Down Expand Up @@ -104,5 +99,4 @@ protected function loadAir(Segment\Air $segment)
{
throw new \RuntimeException('NOT YET IMPLEMENTED');
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
*/
class ElementManagementItinerary
{
<<<<<<< HEAD
=======
const SEGMENT_MISCELLANEOUS = "RU";

const SEGMENT_AIR = "AIR";

const SEGMENT_HOTEL_AUX = "HU";
>>>>>>> develop

/**
* @var Reference
*/
Expand Down Expand Up @@ -93,8 +91,6 @@ class ElementManagementItinerary
* @var string
*/
public $segmentName;
<<<<<<< HEAD
=======

/**
* ElementManagementItinerary constructor.
Expand All @@ -107,5 +103,4 @@ public function __construct($tatooNr, $segmentName)
$this->segmentName = $segmentName;
$this->reference = new Reference(Reference::QUAL_OTHER, $tatooNr);
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
class FreetextItinerary
{
<<<<<<< HEAD

=======
/**
* @var FreetextDetail
*/
Expand All @@ -53,5 +50,4 @@ public function __construct($freeText)
$this->longFreetext = $freeText;
$this->freetextDetail = new FreetextDetail(null);
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class ItineraryInfo
* @var
*/
public $referenceForSegment;
<<<<<<< HEAD
=======

/**
* ItineraryInfo constructor.
Expand All @@ -56,5 +54,4 @@ public function __construct($tatooNr, $segmentName)
{
$this->elementManagementItinerary = new ElementManagementItinerary($tatooNr, $segmentName);
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
class MessageAction
{
<<<<<<< HEAD

=======
/**
* @var Business
*/
Expand All @@ -47,5 +44,4 @@ public function __construct($businessFunction)
{
$this->business = new Business($businessFunction);
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
class RelatedProduct
{
<<<<<<< HEAD

=======
const STATUS_CONFIRMED = "HK";

public $quantity;
Expand Down Expand Up @@ -113,5 +110,4 @@ public function __construct($status, $quantity = 1)
$this->status = $status;
$this->quantity = $quantity;
}
>>>>>>> develop
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/
class TravelProduct
{
<<<<<<< HEAD

=======
/**
* date and time details
*
Expand Down Expand Up @@ -97,5 +94,4 @@ public function __construct($date, $cityCode, $company)

$this->company = new Company($company);
}
>>>>>>> develop
}

0 comments on commit 24de4c4

Please sign in to comment.