From 04907368611895ec8e27ac29044f0465223dc361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Hochd=C3=B6rfer?= Date: Mon, 18 Jan 2016 22:37:39 +0100 Subject: [PATCH] Docblock stated that "," is the default scope delimiter but it is " ". --- src/AuthorizationServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuthorizationServer.php b/src/AuthorizationServer.php index d75213e9..452ee4e1 100644 --- a/src/AuthorizationServer.php +++ b/src/AuthorizationServer.php @@ -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() {