Added null checks before calling set functions

This commit is contained in:
Andrew Millington
2018-04-21 21:29:21 +01:00
parent 143afc9561
commit 80bc291c51
5 changed files with 16 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ interface AuthCodeEntityInterface extends TokenInterface
public function getRedirectUri();
/**
* @param string|null $uri
* @param string $uri
*/
public function setRedirectUri($uri);
}