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.
1 parent fdd3c1f commit cb7a16dCopy full SHA for cb7a16d
models/validators/MethodValidator.cfc
@@ -40,7 +40,7 @@ component
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;
43
- }
+ }
44
45
46
0 commit comments