Merge pull request #434 from bitExpert/fix/getScopeDelimiterDockblock

Docblock stated that "," is the default scope delimiter but it is " ".
This commit is contained in:
Alex Bilbie 2016-01-20 11:33:36 +00:00
commit 3ad97b4ef4

View File

@ -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()
{