diff --git a/Source/Config/Validate.php b/Source/Config/Validate.php index 3ee21c1..383138d 100644 --- a/Source/Config/Validate.php +++ b/Source/Config/Validate.php @@ -135,4 +135,4 @@ class Validate global $answerMaxLength; return (strlen($answer) <= $answerMaxLength); } -} +} \ No newline at end of file