From 0abb706ded9f0ae4b97b96ac9d43f7df97d7b310 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 26 May 2009 15:02:30 +0200 Subject: [PATCH] Quick documentation improvement. --- src/IDF/Form/MembersConf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/IDF/Form/MembersConf.php b/src/IDF/Form/MembersConf.php index 69552b3..88ae7f6 100644 --- a/src/IDF/Form/MembersConf.php +++ b/src/IDF/Form/MembersConf.php @@ -80,8 +80,7 @@ class IDF_Form_MembersConf extends Pluf_Form /** * From the input, find the bad logins. * - * Throw a Pluf_Form_Invalid exception when bad logins are found. - * + * @throws Pluf_Form_Invalid exception when bad logins are found * @param string Comma, new line delimited list of logins * @return string Comma, new line delimited list of logins */