Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class IpnRequestLogger implements IpnRequestLoggerInterface |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @var \SprykerEco\Zed\Amazonpay\Dependency\Facade\AmazonpayToUtilEncodingInterface |
||
20 | */ |
||
21 | protected $utilEncoding; |
||
22 | |||
23 | /** |
||
24 | * @param \SprykerEco\Zed\Amazonpay\Dependency\Facade\AmazonpayToUtilEncodingInterface $utilEncoding |
||
25 | */ |
||
26 | public function __construct(AmazonpayToUtilEncodingInterface $utilEncoding) |
||
27 | { |
||
28 | $this->utilEncoding = $utilEncoding; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param \Spryker\Shared\Kernel\Transfer\AbstractTransfer $ipnRequest |
||
33 | * @param \Orm\Zed\Amazonpay\Persistence\SpyPaymentAmazonpay $paymentAmazonpay |
||
34 | * |
||
35 | * @return void |
||
36 | */ |
||
37 | public function log(AbstractTransfer $ipnRequest, SpyPaymentAmazonpay $paymentAmazonpay) |
||
45 | } |
||
46 | |||
48 |
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