Skip to content

Commit

Permalink
Merge pull request #5751 from ADmad/3.0
Browse files Browse the repository at this point in the history
Fix docblock
  • Loading branch information
Mark S committed Jan 26, 2015
2 parents 9d1cbaf + 137cf5c commit 052e2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validator.php
Expand Up @@ -354,7 +354,7 @@ public function requirePresence($field, $mode = true, $message = null)
* ### Example:
*
* ```
* $validator->allowEmpty('email'); // Email cannot be empty
* $validator->allowEmpty('email'); // Email can be empty
* $validator->allowEmpty('email', 'create'); // Email can be empty on create
* $validator->allowEmpty('email', 'update'); // Email can be empty on update
* ```
Expand Down

0 comments on commit 052e2e5

Please sign in to comment.