mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix another typo.
This commit is contained in:
parent
c11c5c5719
commit
a853c0f93a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Model extends Object {
|
|||
*
|
||||
* ### Valid keys in validations
|
||||
*
|
||||
* - `role`: String with method name, regular expression (started by slash) or array with method and parameters
|
||||
* - `rule`: String with method name, regular expression (started by slash) or array with method and parameters
|
||||
* - `message`: String with the message or array if have multiple parameters. See http://php.net/sprintf
|
||||
* - `last`: Boolean value to indicate if continue validating the others rules if the current fail [Default: true]
|
||||
* - `required`: Boolean value to indicate if the field must be present on save
|
||||
|
|
Loading…
Reference in a new issue