Skip to content

Commit

Permalink
Updating doc block for Model::invalidate. Fixes #4583.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8274 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
jperras committed Aug 2, 2009
1 parent 6b0bbc4 commit 3f46bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cake/libs/model/model.php
Expand Up @@ -2488,8 +2488,8 @@ function invalidFields($options = array()) {
* rule (in case of multiple validation for field) that was broken.
*
* @param string $field The name of the field to invalidate
* @param mixed $value Name of validation rule that was not failed. If no validation key
* is provided, defaults to true.
* @param mixed $value Name of validation rule that was not failed, or validation message to
* be returned. If no validation key is provided, defaults to true.
* @access public
*/
function invalidate($field, $value = true) {
Expand Down

0 comments on commit 3f46bf9

Please sign in to comment.