mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added null checks before calling set functions
This commit is contained in:
@@ -17,7 +17,7 @@ interface AuthCodeEntityInterface extends TokenInterface
|
||||
public function getRedirectUri();
|
||||
|
||||
/**
|
||||
* @param string|null $uri
|
||||
* @param string $uri
|
||||
*/
|
||||
public function setRedirectUri($uri);
|
||||
}
|
||||
|
Reference in New Issue
Block a user