Skip to content

Commit 868bd69

Browse files
committed
MAGETWO-34612: Unit tests coverage build failure
- fixing obsolete classname
1 parent 670849f commit 868bd69

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Webapi/Controller/Rest/Router

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Controller/Rest/Router/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function getPathParts($path)
115115
*/
116116
public function match(Request $request)
117117
{
118-
/** @var \Magento\Webapi\Controller\Rest\Request $request */
118+
/** @var \Magento\Framework\Webapi\Rest\Request $request */
119119
$pathParts = $this->getPathParts($request->getPathInfo());
120120
$routeParts = $this->getRouteParts();
121121
if (count($pathParts) <> count($routeParts)) {

0 commit comments

Comments
 (0)