Docblock stated that "," is the default scope delimiter but it is " ".

This commit is contained in:
Stephan Hochdörfer 2016-01-18 22:37:39 +01:00
parent abaf399f5f
commit 0490736861

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