| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class CrefoPayServiceFactory extends AbstractServiceFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return \SprykerEco\Service\CrefoPay\Generator\CrefoPayUniqueIdGeneratorInterface |
||
| 22 | */ |
||
| 23 | public function createUniqueIdGenerator(): CrefoPayUniqueIdGeneratorInterface |
||
| 28 | ); |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return \SprykerEco\Service\CrefoPay\Dependency\Service\CrefoPayToUtilTextServiceInterface |
||
| 33 | */ |
||
| 34 | protected function getUtilTextService(): CrefoPayToUtilTextServiceInterface |
||
| 39 |