Removed typehinting

This commit is contained in:
Alex Bilbie 2012-07-25 14:30:39 +01:00
parent a23bb301c0
commit fd1fe96c07

View File

@ -92,7 +92,7 @@ maintenance of the server.',
* @param array $authParams Optional array of parsed $_GET keys * @param array $authParams Optional array of parsed $_GET keys
* @return array Authorise request parameters * @return array Authorise request parameters
*/ */
public function checkClientAuthoriseParams(array $authParams = null) public function checkClientAuthoriseParams($authParams = null)
{ {
$params = array(); $params = array();