mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update lib/Cake/View/Helper/FormHelper.php
This commit is contained in:
parent
d6e2b6f83e
commit
990d5f89f0
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class FormHelper extends AppHelper {
|
|||
* Returns false if given form field described by the current entity has no errors.
|
||||
* Otherwise it returns the validation message
|
||||
*
|
||||
* @return mixed Either false when there or no errors, or an array of error
|
||||
* @return mixed Either false when there are no errors, or an array of error
|
||||
* strings. An error string could be ''.
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper::tagIsInvalid
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue