mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Removed typehinting
This commit is contained in:
parent
a23bb301c0
commit
fd1fe96c07
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user