@@ -96,7 +96,7 @@ |
||
| 96 | 96 | $this->type, |
| 97 | 97 | $this->sequenceId, |
| 98 | 98 | $this->identities, |
| 99 | - array_filter($this->data, function ($data) { |
|
| 99 | + array_filter($this->data, function($data) { |
|
| 100 | 100 | return $data !== null; |
| 101 | 101 | }) |
| 102 | 102 | ); |
@@ -284,12 +284,12 @@ discard block |
||
| 284 | 284 | * @param string|null $firstName |
| 285 | 285 | * @param string|null $lastName |
| 286 | 286 | * @param string|null $gender |
| 287 | - * @param int|null $age |
|
| 287 | + * @param integer $age |
|
| 288 | 288 | * @param string|null $country |
| 289 | 289 | * @param string|null $socialType |
| 290 | - * @param int|null $registrationTimestamp |
|
| 291 | - * @param int|null $loginTimeStamp |
|
| 292 | - * @param int|null $confirmationTimeStamp |
|
| 290 | + * @param integer $registrationTimestamp |
|
| 291 | + * @param integer $loginTimeStamp |
|
| 292 | + * @param integer $confirmationTimeStamp |
|
| 293 | 293 | * @param bool|null $emailConfirmed |
| 294 | 294 | * @param bool|null $phoneConfirmed |
| 295 | 295 | * @param bool|null $loginFailed |
@@ -396,7 +396,7 @@ discard block |
||
| 396 | 396 | * @param string|null $transactionTimestamp |
| 397 | 397 | * @param string|null $transactionCurrency |
| 398 | 398 | * @param string|null $transactionAmount |
| 399 | - * @param float|null $amountConverted |
|
| 399 | + * @param double $amountConverted |
|
| 400 | 400 | * @param string|null $paymentMethod |
| 401 | 401 | * @param string|null $paymentSystem |
| 402 | 402 | * @param string|null $paymentMidName |
@@ -572,7 +572,7 @@ discard block |
||
| 572 | 572 | /** |
| 573 | 573 | * Provides product information to envelope |
| 574 | 574 | * |
| 575 | - * @param float|null $productQuantity |
|
| 575 | + * @param double $productQuantity |
|
| 576 | 576 | * @param string|null $productName |
| 577 | 577 | * @param string|null $productDescription |
| 578 | 578 | * |