We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b5793 commit 0a49f6eCopy full SHA for 0a49f6e
app/code/Magento/WebapiAsync/Model/ServiceConfig/Converter.php
@@ -30,7 +30,6 @@ class Converter implements \Magento\Framework\Config\ConverterInterface
30
\Magento\Webapi\Model\Rest\Config::HTTP_METHOD_DELETE,
31
];
32
33
-
34
/**
35
* {@inheritdoc}
36
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
@@ -58,7 +57,6 @@ public function convert($source)
58
57
return $result;
59
}
60
61
62
63
* Merge service data related to synchronous-only method invocations.
64
*
0 commit comments