Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class RatepayClient extends AbstractClient implements RatepayClientInterface |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | * |
||
21 | * @api |
||
22 | * |
||
23 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
24 | * |
||
25 | * @return \Generated\Shared\Transfer\RatepayInstallmentConfigurationResponseTransfer |
||
26 | */ |
||
27 | public function installmentConfiguration(QuoteTransfer $quoteTransfer) |
||
28 | { |
||
29 | return $this |
||
30 | ->getFactory() |
||
31 | ->createRatepayStub() |
||
32 | ->installmentConfiguration($quoteTransfer); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | * |
||
38 | * @api |
||
39 | * |
||
40 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
41 | * |
||
42 | * @return \Generated\Shared\Transfer\RatepayInstallmentCalculationResponseTransfer |
||
43 | */ |
||
44 | public function installmentCalculation(QuoteTransfer $quoteTransfer) |
||
50 | } |
||
51 | } |
||
52 |
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