Skip to content

Commit

Permalink
Update Generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal authored and speedy008 committed Jun 10, 2019
1 parent d06fa99 commit 8c895b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Generator extends AbstractSchemaGenerator
/**
* Wrapper node for XML requests
*/
const XML_SCHEMA_PARAMWRAPPER = 'request';
private const XML_SCHEMA_PARAMWRAPPER = 'request';

/**
* Swagger factory instance.
Expand Down Expand Up @@ -203,7 +203,7 @@ protected function getGeneralInfo()
*
* @return array
*/
protected function getConsumableDatatypes()
private function getConsumableDatatypes()
{
return [
'application/json',
Expand All @@ -216,7 +216,7 @@ protected function getConsumableDatatypes()
*
* @return array
*/
protected function getProducibleDatatypes()
private function getProducibleDatatypes()
{
return [
'application/json',
Expand Down

0 comments on commit 8c895b4

Please sign in to comment.