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 @@ -113,7 +113,7 @@ public function __construct(
113113 *
114114 * @param string $operation
115115 * @param array $arguments
116- * @return \stdClass|null
116+ * @return array
117117 * @throws WebapiException
118118 * @throws \LogicException
119119 * @throws AuthorizationException
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class GuestAuthorization
1919 * Check if resource for which access is needed has anonymous permissions defined in webapi config.
2020 *
2121 * @param \Magento\Framework\Authorization $subject
22- * @param callable $proceed
22+ * @param \Closure $proceed
2323 * @param string $resource
2424 * @param string $privilege
2525 * @return bool true If resource permission is anonymous,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Server
3131 const REQUEST_PARAM_LIST_WSDL = 'wsdl_list ' ;
3232
3333 /**
34- * @var \Magento\Framework\App\AreaLIst
34+ * @var \Magento\Framework\App\AreaList
3535 */
3636 protected $ _areaList ;
3737
You can’t perform that action at this time.
0 commit comments