From: Jan Schneider Date: Thu, 16 Dec 2010 14:05:15 +0000 (+0100) Subject: Remove stray comment parts. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c3c668347ba27de25fbeddbf97c222111986964;p=horde.git Remove stray comment parts. --- 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 = '') {