From: Michael J. Rubinsky Date: Fri, 24 Dec 2010 16:03:26 +0000 (-0500) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=26f04ff0daa6061c402b35997a8c6ad05d54042e;p=horde.git phpdoc --- diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index 5c8e11c08..3a3949c84 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -242,8 +242,8 @@ class Horde_Auth /** * Converts to allowed 64 characters for APRMD5 passwords. * - * @param string $value TODO - * @param integer $count TODO + * @param string $value The value to convert + * @param integer $count The number of iterations * * @return string $value converted to the 64 MD5 characters. */