File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Webapi/Model/Rest/Swagger Expand file tree Collapse file tree 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
4444 /**
4545 * Wrapper node for XML requests
4646 */
47- const XML_SCHEMA_PARAMWRAPPER = 'request ' ;
47+ private const XML_SCHEMA_PARAMWRAPPER = 'request ' ;
4848
4949 /**
5050 * Swagger factory instance.
@@ -203,7 +203,7 @@ protected function getGeneralInfo()
203203 *
204204 * @return array
205205 */
206- protected function getConsumableDatatypes ()
206+ private function getConsumableDatatypes ()
207207 {
208208 return [
209209 'application/json ' ,
@@ -216,7 +216,7 @@ protected function getConsumableDatatypes()
216216 *
217217 * @return array
218218 */
219- protected function getProducibleDatatypes ()
219+ private function getProducibleDatatypes ()
220220 {
221221 return [
222222 'application/json ' ,
You can’t perform that action at this time.
0 commit comments