From 4bc889b4158e7c45108a4b66e27762bc45d82906 Mon Sep 17 00:00:00 2001 From: Pascal Hansjosten <33342805+pascalhansjosten@users.noreply.github.com> Date: Tue, 28 Jul 2020 10:27:49 +0200 Subject: [PATCH] change doc block to fix magento2 swagger Swagger.io requires an absolute URI for the namespace --- Api/CheckoutInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Api/CheckoutInterface.php b/Api/CheckoutInterface.php index 8bc4fd7..c5f838c 100644 --- a/Api/CheckoutInterface.php +++ b/Api/CheckoutInterface.php @@ -34,7 +34,7 @@ interface CheckoutInterface * * @param string|null $guestEmail Customer E-Mail address. * - * @return Customer|null + * @return \Heidelpay\MGW\Api\Data\Customer|null */ public function getExternalCustomer(?string $guestEmail = null): ?Customer; }