Total Complexity | 3 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class ArvatoRssFacade extends AbstractFacade implements ArvatoRssFacadeInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * @api |
||
25 | * |
||
26 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
27 | * |
||
28 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
29 | */ |
||
30 | public function performRiskCheck(QuoteTransfer $quoteTransfer) |
||
31 | { |
||
32 | return $this->getFactory()->createRiskCheckHandler()->performRiskCheck($quoteTransfer); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | * |
||
38 | * @api |
||
39 | * |
||
40 | * @param \Generated\Shared\Transfer\OrderTransfer $orderTransfer |
||
41 | * |
||
42 | * @return void |
||
43 | */ |
||
44 | public function storeOrder(OrderTransfer $orderTransfer) |
||
47 | } |
||
48 | |||
49 | /** |
||
50 | * {@inheritdoc} |
||
51 | * |
||
52 | * @api |
||
53 | * |
||
54 | * @param string $communicationToken |
||
55 | * @param string $orderReference |
||
56 | * |
||
57 | * @return void |
||
58 | */ |
||
59 | public function updateApiLogWithOrderReference(string $communicationToken, string $orderReference): void |
||
66 |
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