Total Complexity | 1 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
10 | final class ValidCreditorInformationPaymentReferenceCombination extends Constraint |
||
11 | { |
||
12 | public string $message = 'The payment reference type "{{ referenceType }}" does not match with the iban type of "{{ iban }}".'; |
||
13 | |||
14 | public function getTargets(): string |
||
19 |