| @@ -156,7 +156,7 @@ | ||
| 156 | 156 | |
| 157 | 157 | |
| 158 | 158 | /** | 
| 159 | - * This option allows you to override the currency of the office. | |
| 159 | + * This option allows you to override the currency of the office. | |
| 160 | 160 | * | 
| 161 | 161 | * @var string | 
| 162 | 162 | */ | 
| @@ -33,21 +33,21 @@ | ||
| 33 | 33 | class MultiTicketWeights extends LoadParamsFromArray | 
| 34 | 34 |  { | 
| 35 | 35 | /** | 
| 36 | - * Recommendations for outbound (OWO) | |
| 37 | - * | |
| 38 | - * @var int | |
| 39 | - */ | |
| 36 | + * Recommendations for outbound (OWO) | |
| 37 | + * | |
| 38 | + * @var int | |
| 39 | + */ | |
| 40 | 40 | public $oneWayOutbound; | 
| 41 | 41 | /** | 
| 42 | - * Recommendations for inbound (OWI) | |
| 43 | - * | |
| 44 | - * @var int | |
| 45 | - */ | |
| 42 | + * Recommendations for inbound (OWI) | |
| 43 | + * | |
| 44 | + * @var int | |
| 45 | + */ | |
| 46 | 46 | public $oneWayInbound; | 
| 47 | 47 | /** | 
| 48 | - * Recommendations for complete journey (RT) | |
| 49 | - * | |
| 50 | - * @var int | |
| 51 | - */ | |
| 48 | + * Recommendations for complete journey (RT) | |
| 49 | + * | |
| 50 | + * @var int | |
| 51 | + */ | |
| 52 | 52 | public $returnTrip; | 
| 53 | 53 | } | 
| @@ -26,7 +26,6 @@ | ||
| 26 | 26 | use Amadeus\Client\RequestOptions\Fare\MPItinerary; | 
| 27 | 27 | use Amadeus\Client\RequestOptions\FareMasterPricerCalendarOptions; | 
| 28 | 28 | use Amadeus\Client\RequestOptions\FareMasterPricerExSearchOptions; | 
| 29 | -use Amadeus\Client\RequestOptions\TicketAtcShopperMpTbSearchOptions; | |
| 30 | 29 | use Amadeus\Client\Struct\Fare\MasterPricer; | 
| 31 | 30 | |
| 32 | 31 | /** |