From 0876fd9ad3dc7b89dfea5cd1f17664114e32fbc4 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 23 Dec 2012 22:12:51 +0000 Subject: [PATCH] Spacing fixes --- src/Oauth2/Authentication/Server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php index 887d958f..d799cf60 100644 --- a/src/Oauth2/Authentication/Server.php +++ b/src/Oauth2/Authentication/Server.php @@ -38,7 +38,7 @@ class Server * Supported response types * @var array */ - private $_responseTypes = array( + private $_responseTypes = array( 'code' ); @@ -46,7 +46,7 @@ class Server * Supported grant types * @var array */ - private $_grantTypes = array( + private $_grantTypes = array( 'authorization_code', 'user_credentials', 'refresh_token',