Completed
Push — master ( c2b793...353a69 )
by Dieter
10:28
created
src/Amadeus/Client/Struct/Pnr/AddMultiElements/DataElementsIndiv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     public $referenceForDataElement;
126 126
 
127 127
     /**
128
-     * @param Element|string $element Either an element or an element name
128
+     * @param Element $element Either an element or an element name
129 129
      * @param int $tattoo Unique tattoo number for this element
130 130
      */
131 131
     public function __construct($element, $tattoo)
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Pnr/NameChange/TravellerNameInfo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      *
170 170
      * @param int $identifier
171 171
      * @param string|null $type
172
-     * @param string|int|null $infantIndicator
172
+     * @param integer|null $infantIndicator
173 173
      */
174 174
     public function __construct($identifier, $type = null, $infantIndicator = null)
175 175
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Fare/PricePnr13/FormOfPayment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     /**
134 134
      * FormOfPayment constructor.
135 135
      *
136
-     * @param string|FormOfPaymentOptions $options self::TYPE_* or object with FOP options
136
+     * @param FormOfPaymentOptions $options self::TYPE_* or object with FOP options
137 137
      */
138 138
     public function __construct($options)
139 139
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Fare/MasterPricer/FareOptions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,6 @@
 block discarded – undo
130 130
     /**
131 131
      * Set multi ticket on if needed
132 132
      *
133
-     * @param string|null $currency
134 133
      */
135 134
     protected function loadMultiTicket($multiTicket)
136 135
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Air/MultiAvailability/RequestSection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
      * Keys are option types (RequestOptions::OPTION_TYPE_*),
183 183
      * values are option arguments.
184 184
      *
185
-     * @param $availabilityOptions
185
+     * @param string[] $availabilityOptions
186 186
      */
187 187
     protected function loadAvailabilityOptions($availabilityOptions)
188 188
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Ticket/ProcessETicket.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param string $action
74
-     * @param string[] $additionalActions
75 74
      */
76 75
     protected function loadMsgAction($action)
77 76
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Ticket/InitRefund/ActionDetails.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * ActionDetails constructor.
39 39
      *
40
-     * @param array $options
41 40
      */
42 41
     public function __construct($actionDetails)
43 42
     {
Please login to merge, or discard this patch.