File tree 1 file changed +3
-3
lines changed
app/code/Magento/Webapi/Model/Rest/Swagger
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Generator extends AbstractSchemaGenerator
44
44
/**
45
45
* Wrapper node for XML requests
46
46
*/
47
- const XML_SCHEMA_PARAMWRAPPER = 'request ' ;
47
+ private const XML_SCHEMA_PARAMWRAPPER = 'request ' ;
48
48
49
49
/**
50
50
* Swagger factory instance.
@@ -203,7 +203,7 @@ protected function getGeneralInfo()
203
203
*
204
204
* @return array
205
205
*/
206
- protected function getConsumableDatatypes ()
206
+ private function getConsumableDatatypes ()
207
207
{
208
208
return [
209
209
'application/json ' ,
@@ -216,7 +216,7 @@ protected function getConsumableDatatypes()
216
216
*
217
217
* @return array
218
218
*/
219
- protected function getProducibleDatatypes ()
219
+ private function getProducibleDatatypes ()
220
220
{
221
221
return [
222
222
'application/json ' ,
You can’t perform that action at this time.
0 commit comments