From d9953ef1edb7f6da08a8ba71771b92d988dff78e Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 25 Jul 2012 14:31:32 +0100 Subject: [PATCH] Changed scope of newAuthCode method to private --- src/Oauth2/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oauth2/Server.php b/src/Oauth2/Server.php index 99dcf214..9f3473ea 100644 --- a/src/Oauth2/Server.php +++ b/src/Oauth2/Server.php @@ -253,7 +253,7 @@ maintenance of the server.', * @param string $accessToken The access token (default = null) * @return string An authorisation code */ - public function newAuthCode( + private function newAuthCode( $clientId, $type = 'user', $typeId,