| Total Complexity | 5 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class CrefoPayQuoteExpander implements CrefoPayQuoteExpanderInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var \SprykerEco\Client\CrefoPay\CrefoPayClientInterface |
||
| 19 | */ |
||
| 20 | protected $client; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \SprykerEco\Client\CrefoPay\CrefoPayClientInterface $client |
||
| 24 | */ |
||
| 25 | public function __construct(CrefoPayClientInterface $client) |
||
| 26 | { |
||
| 27 | $this->client = $client; |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param \Symfony\Component\HttpFoundation\Request $request |
||
| 32 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 33 | * |
||
| 34 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
| 35 | */ |
||
| 36 | public function expand(Request $request, QuoteTransfer $quoteTransfer): QuoteTransfer |
||
| 48 | } |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param \Symfony\Component\HttpFoundation\Request $request |
||
| 52 | * |
||
| 53 | * @return \Generated\Shared\Transfer\CrefoPayTransactionTransfer |
||
| 54 | */ |
||
| 55 | protected function createCrefoPayTransactionTransfer(Request $request): CrefoPayTransactionTransfer |
||
| 59 | } |
||
| 60 | } |
||
| 61 |
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