From 4fe85fc3c513ec2ce5af0d41530d2ab7fc303179 Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 20 Dec 2012 01:22:09 +0530 Subject: [PATCH] Fix docblock --- lib/Cake/View/Helper.php | 3 +-- lib/Cake/View/Helper/FormHelper.php | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/View/Helper.php b/lib/Cake/View/Helper.php index 9e826f215..55a6dec68 100644 --- a/lib/Cake/View/Helper.php +++ b/lib/Cake/View/Helper.php @@ -741,8 +741,7 @@ class Helper extends Object { /** * Sets the defaults for an input tag. Will set the - * name, value, and id attributes for an array of html attributes. Will also - * add a 'form-error' class if the field contains validation errors. + * name, value, and id attributes for an array of html attributes. * * @param string $field The field name to initialize. * @param array $options Array of options to use while initializing an input field. diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php index 44cd5879f..bbc03c8aa 100644 --- a/lib/Cake/View/Helper/FormHelper.php +++ b/lib/Cake/View/Helper/FormHelper.php @@ -2607,7 +2607,8 @@ class FormHelper extends AppHelper { } /** - * Sets field defaults and adds field to form security input hash + * Sets field defaults and adds field to form security input hash. + * Will also add a 'form-error' class if the field contains validation errors. * * ### Options *