Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class PaypalResponseProcessor implements PaypalResponseProcessorInterface |
||
9 | { |
||
10 | /** |
||
11 | * @var PaypalResponseMapperInterface |
||
12 | */ |
||
13 | protected $paypalResponseMapper; |
||
14 | |||
15 | /** |
||
16 | * @param PaypalResponseMapperInterface $paypalResponseMapper |
||
17 | */ |
||
18 | public function __construct( |
||
19 | PaypalResponseMapperInterface $paypalResponseMapper |
||
20 | ) { |
||
21 | $this->paypalResponseMapper = $paypalResponseMapper; |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param array $payload |
||
26 | * |
||
27 | * @return PaypalExpressSuccessResponseTransfer |
||
28 | */ |
||
29 | public function successResponse(array $payload): PaypalExpressSuccessResponseTransfer |
||
32 | } |
||
33 | } |
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