@@ -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 | } |
@@ -44,9 +44,9 @@ |
||
44 | 44 | |
45 | 45 | const TYPE_INDIVIDUAL_INCLUSIVE_TOUR = 'IIT'; |
46 | 46 | |
47 | - const TYPE_YOUTH = "YTH"; |
|
47 | + const TYPE_YOUTH = "YTH"; |
|
48 | 48 | |
49 | - const TYPE_SENIOR = "SRC"; |
|
49 | + const TYPE_SENIOR = "SRC"; |
|
50 | 50 | |
51 | 51 | /** |
52 | 52 | * What type of passengers? self::TYPE_* |
@@ -42,9 +42,9 @@ |
||
42 | 42 | |
43 | 43 | const TRAV_TYPE_STUDENT = "STU"; |
44 | 44 | |
45 | - const TRAV_TYPE_YOUTH = "YTH"; |
|
45 | + const TRAV_TYPE_YOUTH = "YTH"; |
|
46 | 46 | |
47 | - const TRAV_TYPE_SENIOR = "SRC"; |
|
47 | + const TRAV_TYPE_SENIOR = "SRC"; |
|
48 | 48 | |
49 | 49 | /** |
50 | 50 | * Unique sequence number for traveller |