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 670849f commit 868bd69Copy full SHA for 868bd69
app/code/Magento/Webapi/Controller/Rest/Router/Route.php
@@ -115,7 +115,7 @@ protected function getPathParts($path)
115
*/
116
public function match(Request $request)
117
{
118
- /** @var \Magento\Webapi\Controller\Rest\Request $request */
+ /** @var \Magento\Framework\Webapi\Rest\Request $request */
119
$pathParts = $this->getPathParts($request->getPathInfo());
120
$routeParts = $this->getRouteParts();
121
if (count($pathParts) <> count($routeParts)) {
0 commit comments