Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 694d219

Browse files
author
Volodymyr Kublytskyi
committed
Fix doc block style
1 parent 069aa1c commit 694d219

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/code/Magento/WebapiAsync/Controller/Rest/Asynchronous/InputParamsResolver.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ public function __construct(
8080

8181
/**
8282
* Process and resolve input parameters
83+
*
8384
* Return array with validated input params
8485
* or throw \Exception if at least one request entity params is not valid
8586
*
8687
* @return array
8788
* @throws \Magento\Framework\Exception\InputException if no value is provided for required parameters
8889
* @throws \Magento\Framework\Webapi\Exception
90+
* @throws \Magento\Framework\Exception\AuthorizationException
8991
*/
9092
public function resolve()
9193
{
@@ -110,6 +112,8 @@ public function resolve()
110112
}
111113

112114
/**
115+
* Detect route by input parameters
116+
*
113117
* @return \Magento\Webapi\Controller\Rest\Router\Route
114118
*/
115119
public function getRoute()
@@ -118,9 +122,10 @@ public function getRoute()
118122
}
119123

120124
/**
125+
* Resolve parameters for service
126+
*
121127
* Convert the input array from key-value format to a list of parameters
122128
* suitable for the specified class / method.
123-
*
124129
* Instead of \Magento\Webapi\Controller\Rest\InputParamsResolver
125130
* we don't need to merge body params with url params and use only body params
126131
*

0 commit comments

Comments
 (0)