| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class MolliePaymentMethodPurifier implements MolliePaymentMethodPurifierInterface |
||
| 19 | { |
||
| 20 | /** @var RepositoryInterface */ |
||
| 21 | private $repository; |
||
| 22 | |||
| 23 | public function __construct(RepositoryInterface $repository) |
||
| 26 | } |
||
| 27 | |||
| 28 | public function removeAllNoLongerSupportedMethods(): void |
||
| 32 | } |
||
| 33 | } |
||
| 34 | |||
| 35 | public function removeMethod(string $methodId): void |
||
| 44 |