mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Removed typecasting
This commit is contained in:
parent
854ea81ed8
commit
03fd7aa501
@ -303,7 +303,7 @@ maintenance of the server.'
|
|||||||
* @param string $query_delimeter The query string delimiter (default: ?)
|
* @param string $query_delimeter The query string delimiter (default: ?)
|
||||||
* @return string The updated redirect URI
|
* @return string The updated redirect URI
|
||||||
*/
|
*/
|
||||||
public function redirectUri(string $redirectUri, $params = array(),
|
public function redirectUri($redirectUri, $params = array(),
|
||||||
$queryDelimeter = '?')
|
$queryDelimeter = '?')
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user