Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-03-17 10:37:48 -04:00
committed by StyleCI Bot
parent 251190d828
commit 51a1a75d37
9 changed files with 18 additions and 15 deletions

View File

@@ -146,6 +146,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
$htmlResponse = new HtmlResponse($this->accessTokenRepository);
$htmlResponse->setStatusCode(403);
$htmlResponse->setHtml($html);
return $htmlResponse;
}