| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 13 | class CrefoPayUniqueIdGenerator implements CrefoPayUniqueIdGeneratorInterface |
||
| 14 | { |
||
| 15 | protected const CREFO_PAY_ORDER_ID_LENGTH = 30; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var \SprykerEco\Service\CrefoPay\Dependency\Service\CrefoPayToUtilTextServiceInterface $utilTextService |
||
| 19 | */ |
||
| 20 | protected $utilTextService; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \SprykerEco\Service\CrefoPay\Dependency\Service\CrefoPayToUtilTextServiceInterface $utilTextService |
||
| 24 | */ |
||
| 25 | public function __construct(CrefoPayToUtilTextServiceInterface $utilTextService) |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 32 | * |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | public function generateCrefoPayOrderId(QuoteTransfer $quoteTransfer): string |
||
| 46 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths