mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 23:40:22 +05:30
Merge pull request #434 from bitExpert/fix/getScopeDelimiterDockblock
Docblock stated that "," is the default scope delimiter but it is " ".
This commit is contained in:
commit
3ad97b4ef4
@ -207,7 +207,7 @@ class AuthorizationServer extends AbstractServer
|
||||
/**
|
||||
* Get the scope delimiter
|
||||
*
|
||||
* @return string The scope delimiter (default: ",")
|
||||
* @return string The scope delimiter (default: " ")
|
||||
*/
|
||||
public function getScopeDelimiter()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user