@@ -125,7 +125,7 @@ |
||
| 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) |
@@ -169,7 +169,7 @@ |
||
| 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 | { |
@@ -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 | */ |
@@ -133,7 +133,7 @@ |
||
| 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 | { |
@@ -130,7 +130,6 @@ |
||
| 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 | { |
@@ -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 | } |
@@ -182,7 +182,7 @@ |
||
| 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 | { |