Skip to content

Commit

Permalink
drone
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Aug 27, 2020
1 parent beaaaa6 commit dd7d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Form/Rule/AlphanumericRule.php
Expand Up @@ -48,7 +48,7 @@ public function test(\SimpleXMLElement $element, $value, $group = null, Registry
return true;
}

// The value must be alphanumeric characters only
// The value must be alphanumeric characters only
if (!ctype_alnum($value))
{
return false;
Expand Down

0 comments on commit dd7d5e7

Please sign in to comment.