From 5c3c668347ba27de25fbeddbf97c222111986964 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 16 Dec 2010 15:05:15 +0100 Subject: [PATCH] Remove stray comment parts. --- framework/Token/lib/Horde/Token/Base.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/framework/Token/lib/Horde/Token/Base.php b/framework/Token/lib/Horde/Token/Base.php index 931a4dd88..719bd7ebc 100644 --- a/framework/Token/lib/Horde/Token/Base.php +++ b/framework/Token/lib/Horde/Token/Base.php @@ -159,7 +159,6 @@ abstract class Horde_Token_Base * * @param string $token The signed token. * @param string $seed The unique ID of the token. -nce? * * @return array An array of two elements: The nonce and the hash. * @@ -183,11 +182,11 @@ nce? * * @param string $token The signed token. * @param string $seed The unique ID of the token. -nce? * * @return NULL * - * @throws Horde_Token_Exception If the token was invalid or has been used before. + * @throws Horde_Token_Exception If the token was invalid or has been used + * before. */ public function validateUnique($token, $seed = '') { -- 2.11.0