Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions models/validators/MethodValidator.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ component accessors="true" singleton {
/**
* Will check if an incoming value validates
*
* @validationResultThe result object of the validation
* @targetThe target object to validate on
* @fieldThe field on the target object to validate on
* @targetValueThe target value to validate
* @validationDataThe validation data the validator was created with
* @validationResult The result object of the validation
* @target The target object to validate on
* @field The field on the target object to validate on
* @targetValue The target value to validate
* @validationData The validation data the validator was created with
*/
boolean function validate(
required any validationResult,
Expand Down