@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * @param string $pseudoCityCode |
40 | 40 | * @param string|null $requestorType |
41 | - * @param int|null $posType |
|
41 | + * @param integer $posType |
|
42 | 42 | * @param string|null $agentDutyCode |
43 | 43 | */ |
44 | 44 | public function __construct($pseudoCityCode, $requestorType = "U", $posType = 1, $agentDutyCode = null) |
@@ -55,7 +55,7 @@ |
||
55 | 55 | if (!is_null($options)) { |
56 | 56 | $this->offerTatoo = new OfferTatoo($options->tatooNumber); |
57 | 57 | |
58 | - foreach($options->passengerReassociation as $reAssoc) { |
|
58 | + foreach ($options->passengerReassociation as $reAssoc) { |
|
59 | 59 | $this->passengerReassociation[] = new PassengerReassociation( |
60 | 60 | $reAssoc->pricingReference, |
61 | 61 | $reAssoc->paxReferences |
@@ -209,7 +209,7 @@ |
||
209 | 209 | { |
210 | 210 | $result = []; |
211 | 211 | |
212 | - switch($groupTypeString) { |
|
212 | + switch ($groupTypeString) { |
|
213 | 213 | case PriceXplorerExtremeSearchOptions::AGGR_DEST: |
214 | 214 | $result[] = AttributeDetails::TYPE_DESTINATION; |
215 | 215 | break; |
@@ -30,13 +30,13 @@ |
||
30 | 30 | */ |
31 | 31 | class Reference |
32 | 32 | { |
33 | - const QUAL_PASSENGER = "PR"; |
|
33 | + const QUAL_PASSENGER = "PR"; |
|
34 | 34 | |
35 | - const QUAL_PASSTAT = "PT"; |
|
35 | + const QUAL_PASSTAT = "PT"; |
|
36 | 36 | |
37 | - const QUAL_SEGTAT = "ST"; |
|
37 | + const QUAL_SEGTAT = "ST"; |
|
38 | 38 | |
39 | - const QUAL_OTHER = "OT"; |
|
39 | + const QUAL_OTHER = "OT"; |
|
40 | 40 | |
41 | 41 | |
42 | 42 | /** |
@@ -31,8 +31,8 @@ |
||
31 | 31 | class Fop |
32 | 32 | { |
33 | 33 | const IDENT_CASH = "CA"; |
34 | - const IDENT_CHECK = "CK"; |
|
35 | - const IDENT_CREDITCARD = "CC"; |
|
34 | + const IDENT_CHECK = "CK"; |
|
35 | + const IDENT_CREDITCARD = "CC"; |
|
36 | 36 | const IDENT_MISC = "MS"; |
37 | 37 | |
38 | 38 | /** |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | * [Option element codesets (Ref: 106P 1A 00.1.2)] |
39 | 39 | * @var int |
40 | 40 | */ |
41 | - const ACTIONOPTION_NO_SPECIAL_PROCESSING = 0; |
|
41 | + const ACTIONOPTION_NO_SPECIAL_PROCESSING = 0; |
|
42 | 42 | /** |
43 | 43 | * PNR action option: End Transact |
44 | 44 | * |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * [Option element codesets (Ref: 106P 1A 00.1.2)] |
48 | 48 | * @var int |
49 | 49 | */ |
50 | - const ACTIONOPTION_END_TRANSACT = 10; |
|
50 | + const ACTIONOPTION_END_TRANSACT = 10; |
|
51 | 51 | /** |
52 | 52 | * PNR action option: End transact with retrieve |
53 | 53 | * |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | * [Option element codesets (Ref: 106P 1A 00.1.2)] |
57 | 57 | * @var int |
58 | 58 | */ |
59 | - const ACTIONOPTION_END_TRANSACT_W_RETRIEVE = 11; |
|
59 | + const ACTIONOPTION_END_TRANSACT_W_RETRIEVE = 11; |
|
60 | 60 | /** |
61 | 61 | * PNR Action Option: Ignore PNR |
62 | 62 | * |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | * [Option element codesets (Ref: 106P 1A 00.1.2)] |
66 | 66 | * @var int |
67 | 67 | */ |
68 | - const ACTIONOPTION_IGNORE = 20; |
|
68 | + const ACTIONOPTION_IGNORE = 20; |
|
69 | 69 | /** |
70 | 70 | * PNR Action Option: Ignore PNR and retrieve |
71 | 71 | * |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * [Option element codesets (Ref: 106P 1A 00.1.2)] |
75 | 75 | * @var int |
76 | 76 | */ |
77 | - const ACTIONOPTION_IGNORE_W_RETRIEVE = 21; |
|
77 | + const ACTIONOPTION_IGNORE_W_RETRIEVE = 21; |
|
78 | 78 | |
79 | 79 | /** |
80 | 80 | * PNR_AddMultiElements/pnrActions/optionCode |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @var string |
41 | 41 | */ |
42 | - const SEGNAME_RECEIVE_FROM = "RF"; |
|
42 | + const SEGNAME_RECEIVE_FROM = "RF"; |
|
43 | 43 | /** |
44 | 44 | * Segment name "General Remark" |
45 | 45 | * |
@@ -49,13 +49,13 @@ discard block |
||
49 | 49 | * |
50 | 50 | * @var string |
51 | 51 | */ |
52 | - const SEGNAME_GENERAL_REMARK = "RM"; |
|
52 | + const SEGNAME_GENERAL_REMARK = "RM"; |
|
53 | 53 | /** |
54 | 54 | * Segment name "Form Of Payment" |
55 | 55 | * |
56 | 56 | * @var string |
57 | 57 | */ |
58 | - const SEGNAME_FORM_OF_PAYMENT = "FP"; |
|
58 | + const SEGNAME_FORM_OF_PAYMENT = "FP"; |
|
59 | 59 | /** |
60 | 60 | * Segment name "Ticketing Element" |
61 | 61 | * |
@@ -61,7 +61,7 @@ |
||
61 | 61 | public function __construct(TicketCreateTstFromPricingOptions $params) |
62 | 62 | { |
63 | 63 | foreach ($params->pricings as $pricing) { |
64 | - $tmp = new PsaList( |
|
64 | + $tmp = new PsaList( |
|
65 | 65 | $pricing->tstNumber, |
66 | 66 | ItemReference::REFTYPE_TST |
67 | 67 | ); |
@@ -30,8 +30,8 @@ |
||
30 | 30 | */ |
31 | 31 | class UnitNumberDetail |
32 | 32 | { |
33 | - const TYPE_PASS = "PX"; |
|
34 | - const TYPE_RESULTS = "RC"; |
|
33 | + const TYPE_PASS = "PX"; |
|
34 | + const TYPE_RESULTS = "RC"; |
|
35 | 35 | |
36 | 36 | /** |
37 | 37 | * @var int |