| 1 | <?php |
||
| 8 | class AfmValidator extends ConstraintValidator |
||
| 9 | { |
||
| 10 | 10 | public function validate($value, Constraint $constraint) |
|
| 35 | |||
| 36 | 7 | private function checkModAgainstLastDigit($mod, $lastDigit): bool |
|
| 40 | |||
| 41 | 7 | private function calculateChecksum($reverseAfm): int |
|
| 50 | |||
| 51 | 2 | private function buildViolation($value, $constraint): void |
|
| 57 | } |