Spacing fix

This commit is contained in:
Alex Bilbie 2012-08-04 09:11:39 +01:00
parent 0748ba379b
commit bfab30061e

View File

@ -151,8 +151,7 @@ class Server
if ($clientDetails === false) { if ($clientDetails === false) {
throw new OAuthServerClientException( throw new OAuthServerClientException($this->errors['invalid_client'], 8);
$this->errors['invalid_client'], 8);
} }
// Response type // Response type