phpdoc
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 16:03:26 +0000 (11:03 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 17:04:48 +0000 (12:04 -0500)
framework/Auth/lib/Horde/Auth.php

index 5c8e11c..3a3949c 100644 (file)
@@ -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.
      */