mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed typehinting
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user