@@ -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 | { |
@@ -35,11 +35,11 @@ |
||
| 35 | 35 | public $feeIdNumber; |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - * FeeId constructor. |
|
| 39 | - * |
|
| 40 | - * @param string|null $feeType |
|
| 41 | - * @param int|null $feeIdNumber |
|
| 42 | - */ |
|
| 38 | + * FeeId constructor. |
|
| 39 | + * |
|
| 40 | + * @param string|null $feeType |
|
| 41 | + * @param int|null $feeIdNumber |
|
| 42 | + */ |
|
| 43 | 43 | public function __construct($feeType = null, $feeIdNumber = null) |
| 44 | 44 | { |
| 45 | 45 | if (!is_null($feeType)) { |