Completed
Push — develop ( cb98b7...2e1421 )
by Dieter
11:16
created
Amadeus/Client/Struct/Pnr/AddMultiElements/ElementManagementItinerary.php 1 patch
Indentation   +49 added lines, -49 removed lines patch added patch discarded remove patch
@@ -41,55 +41,55 @@
 block discarded – undo
41 41
      */
42 42
     public $reference;
43 43
     /**
44
-      * PNR_AddMultiElements/originDestinationDetails/itineraryInfo/elementManagementItinerary/segmentName
45
-      *
46
-      * AB	Billing Address element
47
-      * ABU	Unstructured Billing Address element
48
-      * AI	Accounting Information element
49
-      * AIR	Air segment
50
-      * AM	Mailing address element
51
-      * AMU	Unstructured Mailing Address Element
52
-      * AP	Contact element
53
-      * AU	ATX - Non-automated Air Taxi auxiliary segment
54
-      * CU	Non-automated Car auxiliary segment
55
-      * ES	Individual PNR Security element
56
-      * FD	Fare Discount element
57
-      * FE	Endorsements / Restrictions element
58
-      * FF	Frequent Flyer entry
59
-      * FH	Manual Document Registration element
60
-      * FHA	Automated ticket number
61
-      * FHE	Electronic ticket number
62
-      * FHM	Manual ticket number/document registration element
63
-      * FK	AIR destination
64
-      * FM	Commission element
65
-      * FO	Original Issue / Issue in Exchange For element
66
-      * FP	Form of Payment element
67
-      * FS	Miscellaneous Ticketing Information element
68
-      * FT	Tour Code element
69
-      * FV	Ticketing Carrier Designator element
70
-      * FY	Fare print override element
71
-      * FZ	Miscellaneous Information element
72
-      * HU	Non-automated Hotel auxiliary segment
73
-      * NG	Group Name element
74
-      * NM	Name element
75
-      * NZ	Non Commerciak PNR Name element
76
-      * OP	Option element
77
-      * OS	Other Special Information element
78
-      * RC	Confidential Remark element
79
-      * RF	Receive From element
80
-      * RI	Invoice remark
81
-      * RM	General Remark elementt
82
-      * RQ	Quality control remark element
83
-      * RU	Non-automated Miscellaneous auxiliary segment
84
-      * RX	Corporate Remark
85
-      * SK	Special Keyword elements
86
-      * SSR	SSR element
87
-      * STR	Seat Request
88
-      * TK	Ticket element
89
-      * TU	Non-automated Tour auxiliary segment
90
-      *
91
-      * @var string
92
-      */
44
+     * PNR_AddMultiElements/originDestinationDetails/itineraryInfo/elementManagementItinerary/segmentName
45
+     *
46
+     * AB	Billing Address element
47
+     * ABU	Unstructured Billing Address element
48
+     * AI	Accounting Information element
49
+     * AIR	Air segment
50
+     * AM	Mailing address element
51
+     * AMU	Unstructured Mailing Address Element
52
+     * AP	Contact element
53
+     * AU	ATX - Non-automated Air Taxi auxiliary segment
54
+     * CU	Non-automated Car auxiliary segment
55
+     * ES	Individual PNR Security element
56
+     * FD	Fare Discount element
57
+     * FE	Endorsements / Restrictions element
58
+     * FF	Frequent Flyer entry
59
+     * FH	Manual Document Registration element
60
+     * FHA	Automated ticket number
61
+     * FHE	Electronic ticket number
62
+     * FHM	Manual ticket number/document registration element
63
+     * FK	AIR destination
64
+     * FM	Commission element
65
+     * FO	Original Issue / Issue in Exchange For element
66
+     * FP	Form of Payment element
67
+     * FS	Miscellaneous Ticketing Information element
68
+     * FT	Tour Code element
69
+     * FV	Ticketing Carrier Designator element
70
+     * FY	Fare print override element
71
+     * FZ	Miscellaneous Information element
72
+     * HU	Non-automated Hotel auxiliary segment
73
+     * NG	Group Name element
74
+     * NM	Name element
75
+     * NZ	Non Commerciak PNR Name element
76
+     * OP	Option element
77
+     * OS	Other Special Information element
78
+     * RC	Confidential Remark element
79
+     * RF	Receive From element
80
+     * RI	Invoice remark
81
+     * RM	General Remark elementt
82
+     * RQ	Quality control remark element
83
+     * RU	Non-automated Miscellaneous auxiliary segment
84
+     * RX	Corporate Remark
85
+     * SK	Special Keyword elements
86
+     * SSR	SSR element
87
+     * STR	Seat Request
88
+     * TK	Ticket element
89
+     * TU	Non-automated Tour auxiliary segment
90
+     *
91
+     * @var string
92
+     */
93 93
     public $segmentName;
94 94
 
95 95
     /**
Please login to merge, or discard this patch.
src/Amadeus/Client/RequestOptions/Offer/PassengerDef.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -33,17 +33,17 @@
 block discarded – undo
33 33
 class PassengerDef extends LoadParamsFromArray
34 34
 {
35 35
     /**
36
-    * https://webservices.amadeus.com/extranet/structures/viewMessageStructure.do?id=2326&serviceVersionId=2298&isQuery=true#
37
-    *
38
-    * Offer_CreateOffer/airPricingRecommendation/paxReference/passengerReference/type
39
-    * Reference qualifier codesets
40
-    * Value   Description
41
-    * P       Passenger/traveller reference number
42
-    * PA      Adult Passenger
43
-    * PI      Infant Passenger
36
+     * https://webservices.amadeus.com/extranet/structures/viewMessageStructure.do?id=2326&serviceVersionId=2298&isQuery=true#
37
+     *
38
+     * Offer_CreateOffer/airPricingRecommendation/paxReference/passengerReference/type
39
+     * Reference qualifier codesets
40
+     * Value   Description
41
+     * P       Passenger/traveller reference number
42
+     * PA      Adult Passenger
43
+     * PI      Infant Passenger
44 44
      *
45 45
      * @var string
46
-    */
46
+     */
47 47
     public $passengerType = "P";
48 48
 
49 49
     /**
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Queue/Scroll.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 class Scroll
32 32
 {
33 33
     /**
34
-    * @var NumberOfItemsDetails
35
-    */
34
+     * @var NumberOfItemsDetails
35
+     */
36 36
     public $numberOfItemsDetails;
37 37
 }
Please login to merge, or discard this patch.