Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | final class PaymentMethodConfigResolver implements PaymentMethodConfigResolverInterface |
||
19 | { |
||
20 | /** @var RepositoryInterface */ |
||
21 | private $mollieMethodRepository; |
||
22 | |||
23 | public function __construct(RepositoryInterface $mollieMethodRepository) |
||
26 | } |
||
27 | |||
28 | public function getConfigFromMethodId(string $methodId): MollieGatewayConfigInterface |
||
37 |