From de01ef82b2e6275b7e68caa8c18bd6b8251c0d0b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 31 Jan 2013 20:30:44 +0100 Subject: Duser: small comment fixes Signed-off-by: Florian Pritz --- application/libraries/Duser/Duser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/libraries/Duser/Duser.php') diff --git a/application/libraries/Duser/Duser.php b/application/libraries/Duser/Duser.php index f7b2493d8..22c83b772 100644 --- a/application/libraries/Duser/Duser.php +++ b/application/libraries/Duser/Duser.php @@ -9,7 +9,7 @@ abstract class Duser_Driver extends CI_Driver { - // List of optional functions or function group that are implemented + // List of optional functions or function groups that are implemented // // Possible values are names of functions already implemented in this // abstract class or the function groups listed below. @@ -20,8 +20,8 @@ abstract class Duser_Driver extends CI_Driver { public $optional_functions = array(); /* - * The array should contain the following keys: - * - username VARCHAR + * The returned array should contain the following keys: + * - username string * - userid INT > 0 * * @return mixed array on success, false on failure -- cgit v1.2.3-24-g4f1b