From 26f04ff0daa6061c402b35997a8c6ad05d54042e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 24 Dec 2010 11:03:26 -0500 Subject: [PATCH] phpdoc --- framework/Auth/lib/Horde/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.11.0