From fd1fe96c07c011eba7be304f88b0116ea6e705f8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 25 Jul 2012 14:30:39 +0100 Subject: [PATCH] Removed typehinting --- 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 7992aa65..ee520c6b 100644 --- a/src/Oauth2/Server.php +++ b/src/Oauth2/Server.php @@ -92,7 +92,7 @@ maintenance of the server.', * @param array $authParams Optional array of parsed $_GET keys * @return array Authorise request parameters */ - public function checkClientAuthoriseParams(array $authParams = null) + public function checkClientAuthoriseParams($authParams = null) { $params = array();