From d7ddfe64526923095c4ecfd9ea71a7b4eadaebc1 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 6 Apr 2014 22:01:56 +0100 Subject: [PATCH] Updated docblock --- .../Server/Util/KeyAlgorithm/DefaultAlgorithm.php | 11 +++++++---- .../Util/KeyAlgorithm/KeyAlgorithmInterface.php | 13 ++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php b/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php index 9fc6c653..de9aaff1 100644 --- a/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php +++ b/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php @@ -1,9 +1,12 @@ + * @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\Server\Util\KeyAlgorithm; diff --git a/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php b/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php index 09be531f..583daf71 100644 --- a/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php +++ b/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php @@ -1,9 +1,12 @@ + * @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\Server\Util\KeyAlgorithm; @@ -12,4 +15,4 @@ namespace League\OAuth2\Server\Util\KeyAlgorithm; interface KeyAlgorithmInterface { public function make($len = 40); -} \ No newline at end of file +} \ No newline at end of file