File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ component accessors="true" singleton {
19
19
/**
20
20
* Will check if an incoming value validates
21
21
*
22
- * @validationResultThe result object of the validation
23
- * @targetThe target object to validate on
24
- * @fieldThe field on the target object to validate on
25
- * @targetValueThe target value to validate
26
- * @validationDataThe validation data the validator was created with
22
+ * @validationResult The result object of the validation
23
+ * @target The target object to validate on
24
+ * @field The field on the target object to validate on
25
+ * @targetValue The target value to validate
26
+ * @validationData The validation data the validator was created with
27
27
*/
28
28
boolean function validate (
29
29
required any validationResult ,
You can’t perform that action at this time.
0 commit comments