mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed typecasting
This commit is contained in:
@@ -303,7 +303,7 @@ maintenance of the server.'
|
||||
* @param string $query_delimeter The query string delimiter (default: ?)
|
||||
* @return string The updated redirect URI
|
||||
*/
|
||||
public function redirectUri(string $redirectUri, $params = array(),
|
||||
public function redirectUri($redirectUri, $params = array(),
|
||||
$queryDelimeter = '?')
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user