File tree Expand file tree Collapse file tree 14 files changed +43
-43
lines changed Expand file tree Collapse file tree 14 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ interface {
8
8
9
9
/**
10
10
* Will check if an incoming value validates
11
- * @validationResultThe result object of the validation
12
- * @targetThe target object to validate on
13
- * @fieldThe field on the target object to validate on
14
- * @targetValueThe target value to validate
11
+ * @validationResult The result object of the validation
12
+ * @target The target object to validate on
13
+ * @field The field on the target object to validate on
14
+ * @targetValue The target value to validate
15
15
* @rules The rules imposed on the currently validating field
16
16
*/
17
17
boolean function validate (
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ component
21
21
/**
22
22
* Will check if an incoming value validates
23
23
*
24
- * @validationResultThe result object of the validation
25
- * @targetThe target object to validate on
26
- * @fieldThe field on the target object to validate on
24
+ * @validationResult The result object of the validation
25
+ * @target The target object to validate on
26
+ * @field The field on the target object to validate on
27
27
* @targetValue The target value to validate
28
28
* @validationData The validation data the validator was created with
29
29
* @rules The rules imposed on the currently validating field
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @validationData The validation data the validator was created with
28
28
* @rules The rules imposed on the currently validating field
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @rules The rules imposed on the currently validating field
28
28
*/
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @rules The rules imposed on the currently validating field
28
28
*/
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @rules The rules imposed on the currently validating field
28
28
*/
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @rules The rules imposed on the currently validating field
28
28
*/
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @rules The rules imposed on the currently validating field
28
28
*/
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @validationData The validation data the validator was created with
28
28
* @rules The rules imposed on the currently validating field
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ component
20
20
21
21
/**
22
22
* Will check if an incoming value validates
23
- * @validationResultThe result object of the validation
24
- * @targetThe target object to validate on
25
- * @fieldThe field on the target object to validate on
23
+ * @validationResult The result object of the validation
24
+ * @target The target object to validate on
25
+ * @field The field on the target object to validate on
26
26
* @targetValue The target value to validate
27
27
* @validationData The validation data the validator was created with
28
28
* @rules The rules imposed on the currently validating field
You can’t perform that action at this time.
0 commit comments