@@ -165,6 +165,9 @@ |
||
165 | 165 | $this->pricingTickInfo->pricingTicketing->priceType[] = $type; |
166 | 166 | } |
167 | 167 | |
168 | + /** |
|
169 | + * @param MPTicketingPriceScheme $ticketingPriceScheme |
|
170 | + */ |
|
168 | 171 | protected function loadTicketingPriceScheme($ticketingPriceScheme) |
169 | 172 | { |
170 | 173 | $priceScheme = new TicketingPriceScheme(); |
@@ -134,7 +134,7 @@ |
||
134 | 134 | public $referenceForDataElement; |
135 | 135 | |
136 | 136 | /** |
137 | - * @param Element|string $element Either an element or an element name |
|
137 | + * @param Element $element Either an element or an element name |
|
138 | 138 | * @param int $tattoo Unique tattoo number for this element |
139 | 139 | * @throws \ReflectionException |
140 | 140 | */ |