@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | ResultCode $resultCode, |
53 | 53 | string $resultMessage, |
54 | 54 | ?PaymentStatus $paymentStatus, |
55 | - ?array $lightboxParams |
|
55 | + ? array $lightboxParams |
|
56 | 56 | ) |
57 | 57 | { |
58 | 58 | Validator::checkPayId($payId); |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | /** |
94 | 94 | * @return mixed[]|null |
95 | 95 | */ |
96 | - public function getLightboxParams(): ?array |
|
96 | + public function getLightboxParams(): ? array |
|
97 | 97 | { |
98 | 98 | return $this->lightboxParams; |
99 | 99 | } |