Add whitespace around control blocks

This commit is contained in:
sephster
2019-05-05 09:03:13 +01:00
parent 9236e842d9
commit 86869eafbb
4 changed files with 5 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
// Issue and persist new refresh token if given
$refreshToken = $this->issueRefreshToken($accessToken);
if ($refreshToken !== null) {
$this->getEmitter()->emit(new RequestEvent(RequestEvent::REFRESH_TOKEN_ISSUED, $request));
$responseType->setRefreshToken($refreshToken);