@@ -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 | } |
@@ -40,8 +40,8 @@ discard block |
||
| 40 | 40 | class StandaloneCatalogue extends BaseWsMessage |
| 41 | 41 | { |
| 42 | 42 | /** |
| 43 | - * @var passengerInfoGroup[] |
|
| 44 | - */ |
|
| 43 | + * @var passengerInfoGroup[] |
|
| 44 | + */ |
|
| 45 | 45 | public $passengerInfoGroup = []; |
| 46 | 46 | |
| 47 | 47 | /** |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | public function __construct($options) |
| 63 | 63 | { |
| 64 | 64 | if (!is_null($options)) { |
| 65 | - $this->loadPassengers($options->passengers); |
|
| 65 | + $this->loadPassengers($options->passengers); |
|
| 66 | 66 | |
| 67 | 67 | $this->loadflightDetails($options->segments); |
| 68 | 68 | |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | protected function loadPassengers($passengers) |
| 77 | 77 | { |
| 78 | 78 | $counter = 1; |
| 79 | - foreach ($passengers as $passenger) { |
|
| 79 | + foreach ($passengers as $passenger) { |
|
| 80 | 80 | $this->passengerInfoGroup[] = new PassengerInfoGroup($passenger, $counter); |
| 81 | 81 | $counter++; |
| 82 | 82 | } |
@@ -74,8 +74,8 @@ |
||
| 74 | 74 | $priceOptions = []; |
| 75 | 75 | |
| 76 | 76 | $priceOptions = self::mergeOptions( |
| 77 | - $priceOptions, |
|
| 78 | - self::makePricingOptionFareBasisOverride($options->pricingsFareBasis) |
|
| 77 | + $priceOptions, |
|
| 78 | + self::makePricingOptionFareBasisOverride($options->pricingsFareBasis) |
|
| 79 | 79 | ); |
| 80 | 80 | |
| 81 | 81 | $priceOptions = self::mergeOptions( |