Remove stray comment parts.
authorJan Schneider <jan@horde.org>
Thu, 16 Dec 2010 14:05:15 +0000 (15:05 +0100)
committerJan Schneider <jan@horde.org>
Thu, 16 Dec 2010 23:17:09 +0000 (00:17 +0100)
framework/Token/lib/Horde/Token/Base.php

index 931a4dd..719bd7e 100644 (file)
@@ -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 = '')
     {