File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function __construct(
107
107
*
108
108
* @param string $operation
109
109
* @param array $arguments
110
- * @return \stdClass|null
110
+ * @return array
111
111
* @throws WebapiException
112
112
* @throws \LogicException
113
113
* @throws AuthorizationException
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class GuestAuthorization
19
19
* Check if resource for which access is needed has anonymous permissions defined in webapi config.
20
20
*
21
21
* @param \Magento\Framework\Authorization $subject
22
- * @param callable $proceed
22
+ * @param \Closure $proceed
23
23
* @param string $resource
24
24
* @param string $privilege
25
25
* @return bool true If resource permission is anonymous,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Server
31
31
const REQUEST_PARAM_LIST_WSDL = 'wsdl_list ' ;
32
32
33
33
/**
34
- * @var \Magento\Framework\App\AreaLIst
34
+ * @var \Magento\Framework\App\AreaList
35
35
*/
36
36
protected $ _areaList ;
37
37
You can’t perform that action at this time.
0 commit comments