Code tidy

This commit is contained in:
Alex Bilbie 2015-04-05 18:16:26 +01:00
parent 72b741d7c9
commit 15cef6ba16

View File

@ -13,6 +13,7 @@ namespace League\OAuth2\Server\Exception;
use League\OAuth2\Server\Util\RedirectUri; use League\OAuth2\Server\Util\RedirectUri;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
/** /**
* Exception class * Exception class
@ -121,7 +122,7 @@ class OAuthException extends \Exception
} }
} }
if ($authScheme !== null) { if ($authScheme !== null) {
$headers[] = 'WWW-Authenticate: '.$authScheme.' realm=""'; $headers[] = 'WWW-Authenticate: ' . $authScheme . ' realm=""';
} }
} }
// @codeCoverageIgnoreEnd // @codeCoverageIgnoreEnd