From d06fa9975e790095db94c081b9466b9eb52f1806 Mon Sep 17 00:00:00 2001 From: Vishal Gelani Date: Thu, 30 May 2019 13:12:09 +0530 Subject: [PATCH] Update Generator.php --- app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php b/app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php index 4e206be80bc30..fc0556ac3a2d2 100644 --- a/app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php +++ b/app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php @@ -200,7 +200,7 @@ protected function getGeneralInfo() /** * List out consumes data type - * + * * @return array */ protected function getConsumableDatatypes() @@ -213,7 +213,7 @@ protected function getConsumableDatatypes() /** * List out produces data type - * + * * @return array */ protected function getProducibleDatatypes()