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

@@ -183,7 +183,7 @@ class AuthorizationRequest
}
/**
* @param string|null $state
* @param string $state
*/
public function setState($state)
{