Skip to content

Commit cccbda6

Browse files
gelanivishalspeedy008
authored andcommitted
Update Generator.php
1 parent 6fa72cd commit cccbda6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function __construct(
139139
}
140140

141141
/**
142-
* {@inheritdoc}
142+
* @inheritdoc
143143
*/
144144
protected function generateSchema($requestedServiceMetadata, $requestScheme, $requestHost, $endpointUrl)
145145
{
@@ -199,7 +199,7 @@ protected function getGeneralInfo()
199199
}
200200

201201
/**
202-
* @return string[]
202+
* @return array
203203
*/
204204
protected function getConsumableDatatypes()
205205
{
@@ -210,7 +210,7 @@ protected function getConsumableDatatypes()
210210
}
211211

212212
/**
213-
* @return string[]
213+
* @return array
214214
*/
215215
protected function getProducibleDatatypes()
216216
{
@@ -631,7 +631,7 @@ protected function getDefinitionReference($typeName)
631631
/**
632632
* Get the CamelCased type name in 'hyphen-separated-lowercase-words' format
633633
*
634-
* e.g. test-module5-v1-entity-all-soap-and-rest
634+
* E.g. test-module5-v1-entity-all-soap-and-rest
635635
*
636636
* @param string $typeName
637637
* @return string

0 commit comments

Comments
 (0)