mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-08 06:57:00 +05:30
Updated Interface Docs
Made phpdocs match expectations like null when not found and using array notation for indicating array of <object>
This commit is contained in:
@@ -23,7 +23,7 @@ interface ScopeInterface extends StorageInterface
|
||||
* @param string $grantType The grant type used in the request (default = "null")
|
||||
* @param string $clientId The client sending the request (default = "null")
|
||||
*
|
||||
* @return \League\OAuth2\Server\Entity\ScopeEntity
|
||||
* @return \League\OAuth2\Server\Entity\ScopeEntity | null
|
||||
*/
|
||||
public function get($scope, $grantType = null, $clientId = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user