@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | ?PaymentStatus $paymentStatus, |
62 | 62 | ?HttpMethod $redirectMethod, |
63 | 63 | ?string $redirectUrl, |
64 | - ?array $redirectParams |
|
64 | + ? array $redirectParams |
|
65 | 65 | ) |
66 | 66 | { |
67 | 67 | Validator::checkPayId($payId); |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * @return mixed[]|null |
116 | 116 | */ |
117 | - public function getRedirectParams(): ?array |
|
117 | + public function getRedirectParams(): ? array |
|
118 | 118 | { |
119 | 119 | return $this->redirectParams; |
120 | 120 | } |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | ResultCode $resultCode, |
52 | 52 | string $resultMessage, |
53 | 53 | ?PaymentStatus $paymentStatus, |
54 | - ?array $checkoutParams |
|
54 | + ? array $checkoutParams |
|
55 | 55 | ) |
56 | 56 | { |
57 | 57 | $this->payId = $payId; |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | /** |
91 | 91 | * @return mixed[]|null |
92 | 92 | */ |
93 | - public function getCheckoutParams(): ?array |
|
93 | + public function getCheckoutParams(): ? array |
|
94 | 94 | { |
95 | 95 | return $this->checkoutParams; |
96 | 96 | } |
@@ -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 | } |