| @@ -102,7 +102,7 @@ | ||
| 102 | 102 | public static function validateWithoutPrefix(string $value, &$outValue) | 
| 103 | 103 |      { | 
| 104 | 104 | $length = strlen($value); | 
| 105 | -        if (0 == $length || 0 != $length % 2) { | |
| 105 | +        if (0 == $length || 0 != $length%2) { | |
| 106 | 106 | return false; | 
| 107 | 107 | } | 
| 108 | 108 | |