From 1df524ae6e21d6d8fa3cdd1a6569c3bb73cf15f6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 8 May 2013 11:31:38 -0700 Subject: [PATCH] Added missing docblocks --- src/League/OAuth2/Server/Util/Request.php | 9 +++++++++ src/League/OAuth2/Server/Util/RequestInterface.php | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/League/OAuth2/Server/Util/Request.php b/src/League/OAuth2/Server/Util/Request.php index 72d25c16..4182885f 100644 --- a/src/League/OAuth2/Server/Util/Request.php +++ b/src/League/OAuth2/Server/Util/Request.php @@ -1,4 +1,13 @@ + * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages + * @license http://mit-license.org/ + * @link http://github.com/php-loep/oauth2-server + */ namespace League\OAuth2\Util; diff --git a/src/League/OAuth2/Server/Util/RequestInterface.php b/src/League/OAuth2/Server/Util/RequestInterface.php index 3bff9e82..7621f195 100644 --- a/src/League/OAuth2/Server/Util/RequestInterface.php +++ b/src/League/OAuth2/Server/Util/RequestInterface.php @@ -1,4 +1,13 @@ + * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages + * @license http://mit-license.org/ + * @link http://github.com/php-loep/oauth2-server + */ namespace League\OAuth2\Util;