Skip to content

Commit fdd3c1f

Browse files
committed
Merge remote-tracking branch 'homestar9/feature/udf-and-method-metadata' into feature/udf-and-method-metadata
2 parents c703355 + 7910bea commit fdd3c1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

models/validators/MethodValidator.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ component
3535
any validationData,
3636
struct rules
3737
){
38-
var errorMetadata = {};
39-
38+
var errorMetadata = {};
39+
4040
// return true if no data to check, type needs a data element to be checked.
4141
if ( isNull( arguments.targetValue ) || isNullOrEmpty( arguments.targetValue ) ) {
4242
return true;

test-harness/handlers/Main.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* My Event Handler Hint
33
*/
44
component {

0 commit comments

Comments
 (0)