Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | final class PaymentMethodCheckout extends Constraint |
||
17 | { |
||
18 | /** @var string */ |
||
19 | public $message = 'bitbag_sylius_mollie_plugin.empty_payment_method_checkout'; |
||
20 | |||
21 | public function validatedBy(): string |
||
22 | { |
||
23 | return PaymentMethodCheckoutValidator::class; |
||
24 | } |
||
25 | |||
26 | public function getTargets(): array |
||
29 | } |
||
30 | } |
||
31 |