mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Update lib/Cake/View/Helper/FormHelper.php
This commit is contained in:
parent
82a1194ea0
commit
46035cfd73
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ class FormHelper extends AppHelper {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a formatted LABEL element for HTML FORMs. Will automatically generate
|
* Returns a formatted LABEL element for HTML FORMs. Will automatically generate
|
||||||
* a for attribute if one is not provided.
|
* a `for` attribute if one is not provided.
|
||||||
*
|
*
|
||||||
* ### Options
|
* ### Options
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue