This commit is contained in:
2021-08-27 17:06:17 +08:00
parent 2f76d86069
commit daef261403
8 changed files with 62 additions and 37 deletions
+3 -3
View File
@@ -181,10 +181,10 @@ class Request extends HttpService implements RequestInterface
/**
* @param $value
* @return mixed
* @param AuthIdentity $value
* @return AuthIdentity
*/
public function setGrantAuthorization($value): mixed
public function setGrantAuthorization(AuthIdentity $value): AuthIdentity
{
return $this->_grant = $value;
}