Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
change doc block to fix magento2 swagger
Browse files Browse the repository at this point in the history
Swagger.io requires an absolute URI for the namespace
  • Loading branch information
pascalhansjosten authored and Simon Gabriel committed Jul 29, 2020
1 parent bc5b940 commit 4bc889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/CheckoutInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4bc889b

Please sign in to comment.