Completed
Pull Request — master (#32)
by Jan
07:35
created
src/Call/Masterpass/CheckoutResponse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.