@@ -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) |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | /** |
| 39 | 39 | * ItemNumber constructor. |
| 40 | 40 | * |
| 41 | - * @param array|string|null $itemNum |
|
| 41 | + * @param integer[] $itemNum |
|
| 42 | 42 | * @param int[] $fareComponents |
| 43 | 43 | */ |
| 44 | 44 | public function __construct($itemNum = null, $fareComponents = null) |