Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class ComputopPayPalExpressCompleteHandler implements ComputopPayPalExpressCompleteHandlerInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var ComputopToComputopApiClientInterface |
||
18 | */ |
||
19 | protected $computopApiClient; |
||
20 | |||
21 | /** |
||
22 | * @var \SprykerEco\Client\Computop\ComputopClientInterface |
||
23 | */ |
||
24 | protected $computopClient; |
||
25 | |||
26 | |||
27 | /** |
||
28 | * @param ComputopToComputopApiClientInterface $computopApiClient |
||
29 | * @param ComputopClientInterface $computopClient |
||
30 | */ |
||
31 | public function __construct( |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * @inheritDoc |
||
41 | */ |
||
42 | public function handle(QuoteTransfer $quoteTransfer): QuoteTransfer |
||
51 |
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