mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 02:33:14 +05:30
Brace should be on a new line
This commit is contained in:
parent
0eb0d68464
commit
818ca8dd7f
@ -290,7 +290,8 @@ class Server
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function redirectUri(string $redirectUri, $params = array(),
|
public function redirectUri(string $redirectUri, $params = array(),
|
||||||
$queryDelimeter = '?') {
|
$queryDelimeter = '?')
|
||||||
|
{
|
||||||
|
|
||||||
if (strstr($redirectUri, $queryDelimeter)) {
|
if (strstr($redirectUri, $queryDelimeter)) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user