mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #854 from daVinciWanaB/patch-6
Update lib/Cake/View/Helper/FormHelper.php
This commit is contained in:
commit
82a1194ea0
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…
Add table
Reference in a new issue