mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-01 01:40:21 +05:30
Clarified docblock
This commit is contained in:
parent
90d18c553d
commit
39df4ff9b1
@ -20,9 +20,9 @@ interface ClientRepositoryInterface extends RepositoryInterface
|
|||||||
* Get a client
|
* Get a client
|
||||||
*
|
*
|
||||||
* @param string $clientIdentifier The client's identifier
|
* @param string $clientIdentifier The client's identifier
|
||||||
* @param string $clientSecret The client's secret (default = "null")
|
* @param string|null $clientSecret The client's secret
|
||||||
* @param string $redirectUri The client's redirect URI (default = "null")
|
* @param string|null $redirectUri The client's redirect URI
|
||||||
* @param string $grantType The grant type used (default = "null")
|
* @param string|null $grantType The grant type used
|
||||||
*
|
*
|
||||||
* @return \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface
|
* @return \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user