@@ -35,9 +35,7 @@ |
||
35 | 35 | use Amadeus\Client\RequestOptions\OfferConfirmCarOptions; |
36 | 36 | use Amadeus\Client\RequestOptions\OfferConfirmHotelOptions; |
37 | 37 | use Amadeus\Client\RequestOptions\OfferVerifyOptions; |
38 | -use Amadeus\Client\RequestOptions\Pnr\Element\ReceivedFrom; |
|
39 | 38 | use Amadeus\Client\RequestOptions\PnrAddMultiElementsBase; |
40 | -use Amadeus\Client\RequestOptions\PnrAddMultiElementsOptions; |
|
41 | 39 | use Amadeus\Client\RequestOptions\PnrCancelOptions; |
42 | 40 | use Amadeus\Client\RequestOptions\PnrCreatePnrOptions; |
43 | 41 | use Amadeus\Client\RequestOptions\PnrRetrieveAndDisplayOptions; |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | |
184 | 184 | /** |
185 | 185 | * @param PnrDisplayHistoryOptions $params |
186 | - * @return Struct\Pnr\Cancel |
|
186 | + * @return Struct\Pnr\DisplayHistory |
|
187 | 187 | */ |
188 | 188 | protected function createPNRDisplayHistory(PnrDisplayHistoryOptions $params) |
189 | 189 | { |
@@ -469,7 +469,7 @@ discard block |
||
469 | 469 | /** |
470 | 470 | * Get the version number active in the WSDL for the given message |
471 | 471 | * |
472 | - * @param $messageName |
|
472 | + * @param string $messageName |
|
473 | 473 | * @return float|string |
474 | 474 | */ |
475 | 475 | protected function getActiveVersionFor($messageName) |