From ce13e5dcc00c923e5663c6345bf790f3572d5cb3 Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Mon, 1 Mar 2021 17:32:16 +0100 Subject: [PATCH] - run cs-fixer. --- test/integration/PaymentTypes/InstallmentSecuredTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/PaymentTypes/InstallmentSecuredTest.php b/test/integration/PaymentTypes/InstallmentSecuredTest.php index c074cc3a..4eb5f5c0 100644 --- a/test/integration/PaymentTypes/InstallmentSecuredTest.php +++ b/test/integration/PaymentTypes/InstallmentSecuredTest.php @@ -136,6 +136,7 @@ public function hddTypeShouldBeFetchable(): InstallmentSecured * @param InstallmentSecured $hddType fetched ins type. * * @return AbstractUnzerResource|Charge + * * @throws UnzerApiException */ public function hddTypeAuthorizeAndCharge(InstallmentSecured $hddType)