From dfaa99eb2672918c6183ee42587de776b3d38706 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 13:31:26 +0100 Subject: [PATCH] Converted tabs to spaces --- src/oauth2server/Client.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/oauth2server/Client.php b/src/oauth2server/Client.php index 06c4ed3c..4472b478 100644 --- a/src/oauth2server/Client.php +++ b/src/oauth2server/Client.php @@ -4,22 +4,22 @@ namespace LNCD\OAuth2server; class Client { - protected $id; - protected $secret; - protected $redirect_uri; + protected $id; + protected $secret; + protected $redirect_uri; - public function __construct() - { + public function __construct() + { - } + } - public function validate(array $details) - { + public function validate(array $details) + { - } + } - public function redirectUri(string $redirectUri, array $params, $queryDelimeter = '?') - { - // Generates the redirect uri with appended params - } + public function redirectUri(string $redirectUri, array $params, $queryDelimeter = '?') + { + // Generates the redirect uri with appended params + } } \ No newline at end of file