Fix docblock

This commit is contained in:
ADmad 2012-12-20 01:22:09 +05:30
parent 7ad11f59bb
commit 4fe85fc3c5
2 changed files with 3 additions and 3 deletions

View file

@ -741,8 +741,7 @@ class Helper extends Object {
/** /**
* Sets the defaults for an input tag. Will set the * Sets the defaults for an input tag. Will set the
* name, value, and id attributes for an array of html attributes. Will also * name, value, and id attributes for an array of html attributes.
* add a 'form-error' class if the field contains validation errors.
* *
* @param string $field The field name to initialize. * @param string $field The field name to initialize.
* @param array $options Array of options to use while initializing an input field. * @param array $options Array of options to use while initializing an input field.

View file

@ -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 * ### Options
* *