Anal style fix

This commit is contained in:
Alex Bilbie 2013-01-29 16:21:53 +00:00
parent 8ae0dbcf46
commit 3cb53448c5

View File

@ -80,7 +80,7 @@ class AuthServer
}
$this->grantTypes[$identifier] = $grantType;
if (! is_null($grantType->getResponseType())) {
if ( ! is_null($grantType->getResponseType())) {
$this->responseTypes[] = $grantType->getResponseType();
}
}