We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c703355 + 7910bea commit fdd3c1fCopy full SHA for fdd3c1f
models/validators/MethodValidator.cfc
@@ -35,8 +35,8 @@ component
35
any validationData,
36
struct rules
37
){
38
- var errorMetadata = {};
39
-
+ var errorMetadata = {};
+
40
// return true if no data to check, type needs a data element to be checked.
41
if ( isNull( arguments.targetValue ) || isNullOrEmpty( arguments.targetValue ) ) {
42
return true;
test-harness/handlers/Main.cfc
@@ -1,4 +1,4 @@
1
-/**
+/**
2
* My Event Handler Hint
3
*/
4
component {
0 commit comments