Skip to content

Commit 5b78fec

Browse files
Fix annotations on validate()
Add spaces between argument names and text
1 parent 8ac30a3 commit 5b78fec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

models/validators/MethodValidator.cfc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ component accessors="true" singleton {
1919
/**
2020
* Will check if an incoming value validates
2121
*
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
2727
*/
2828
boolean function validate(
2929
required any validationResult,

0 commit comments

Comments
 (0)