mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix docblock
This commit is contained in:
parent
7ad11f59bb
commit
4fe85fc3c5
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue