From 261a155b97ebb2ff83cb90c4e1099071896d9c16 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Mon, 12 Apr 2010 02:32:44 +0000 Subject: [PATCH] MINOR: documentation --- code/SpamProtectorField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/SpamProtectorField.php b/code/SpamProtectorField.php index cc63146..677b814 100644 --- a/code/SpamProtectorField.php +++ b/code/SpamProtectorField.php @@ -17,7 +17,7 @@ abstract class SpamProtectorField extends FormField { /** * Set the fields to map spam protection too * - * @param Array array of Field Names + * @param Array array of Field Names, where the indexes of the array are the field names of the form and the values are the field names of the spam/captcha service */ public function setFieldMapping($array) { $this->spamFieldMapping = $array;