Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class CrefoPayServiceFactory extends AbstractServiceFactory |
||
16 | { |
||
17 | /** |
||
18 | * @return \SprykerEco\Service\CrefoPay\Generator\CrefoPayUniqueIdGeneratorInterface |
||
19 | */ |
||
20 | public function createUniqueIdGenerator(): CrefoPayUniqueIdGeneratorInterface |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return \SprykerEco\Service\CrefoPay\Dependency\Service\CrefoPayToUtilTextServiceInterface |
||
27 | */ |
||
28 | protected function getUtilTextService(): CrefoPayToUtilTextServiceInterface |
||
33 |