From 8f15158d1c94201842fdb14ad71cd1348e1e1284 Mon Sep 17 00:00:00 2001 From: "Garrett St. John" Date: Thu, 6 Jun 2013 14:00:17 -0700 Subject: [PATCH] Fix to docblocks --- src/League/OAuth2/Server/Storage/SessionInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/League/OAuth2/Server/Storage/SessionInterface.php b/src/League/OAuth2/Server/Storage/SessionInterface.php index 0f2b8f25..051c4dbb 100644 --- a/src/League/OAuth2/Server/Storage/SessionInterface.php +++ b/src/League/OAuth2/Server/Storage/SessionInterface.php @@ -315,7 +315,8 @@ interface SessionInterface * * array ( * array( - * 'key' => (string), + * 'id' => (int), + * 'scope' => (string), * 'name' => (string), * 'description' => (string) * ),