mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typo in parameter description.
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
ba9fc94977
commit
f44911f6dc
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ class FormHelper extends AppHelper {
|
|||
*
|
||||
* Options
|
||||
*
|
||||
* - `secure` - boolean whether or not the the field should be added to the security fields.
|
||||
* - `secure` - boolean whether or not the field should be added to the security fields.
|
||||
*
|
||||
* @param string $field Name of the field to initialize options for.
|
||||
* @param array $options Array of options to append options into.
|
||||
|
|
Loading…
Reference in a new issue