| Total Complexity | 3 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class CrefoPayService extends AbstractService implements CrefoPayServiceInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritDoc} |
||
| 21 | * |
||
| 22 | * @api |
||
| 23 | * |
||
| 24 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function generateCrefoPayOrderId(QuoteTransfer $quoteTransfer): string |
||
| 29 | { |
||
| 30 | return $this->getFactory() |
||
| 31 | ->createUniqueIdGenerator() |
||
| 32 | ->generateCrefoPayOrderId($quoteTransfer); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritDoc} |
||
| 37 | * |
||
| 38 | * @api |
||
| 39 | * |
||
| 40 | * @param \Generated\Shared\Transfer\ItemTransfer $itemTransfer |
||
| 41 | * |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | public function generateCrefoPayBasketItemId(ItemTransfer $itemTransfer): string |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritDoc} |
||
| 53 | * |
||
| 54 | * @api |
||
| 55 | * |
||
| 56 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 57 | * |
||
| 58 | * @return string |
||
| 59 | */ |
||
| 60 | public function generateCrefoPayUserId(QuoteTransfer $quoteTransfer): string |
||
| 65 | } |
||
| 66 | } |
||
| 67 |
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