From 259ecbe9a7b3a3e91a63c2246d5395fc628b07ea Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 28 Feb 2009 22:17:56 +0000 Subject: [PATCH] Updating doc blocks on formhelper git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8067 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/view/helpers/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index a55517a75..17a5d1a3f 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -83,7 +83,7 @@ class FormHelper extends AppHelper { * * @access public * @param string $model The model object which the form is being defined for - * @param array $options An array of html attributes and options. + * @param array $options An array of html attributes and options. * @return string An formatted opening FORM tag. */ function create($model = null, $options = array()) { @@ -568,7 +568,7 @@ class FormHelper extends AppHelper { * - 'error' - control the error message that is produced * * @param string $fieldName This should be "Modelname.fieldname" - * @param array $options - Each type of input takes different options. + * @param array $options Each type of input takes different options. * @return string Completed form widget */ function input($fieldName, $options = array()) {