| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ConfirmQuoteReferenceAdapter extends AbstractAdapter |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var AmazonPayConfig |
||
| 20 | */ |
||
| 21 | protected $config; |
||
| 22 | |||
| 23 | public function __construct( |
||
| 24 | ClientInterface $client, |
||
| 25 | ResponseParserConverterInterface $converter, |
||
| 26 | AmazonPayToMoneyInterface $moneyFacade, |
||
| 27 | AmazonPayConfig $config |
||
| 28 | ) { |
||
| 29 | $this->config = $config; |
||
| 30 | |||
| 31 | parent::__construct($client, $converter, $moneyFacade); |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param \Generated\Shared\Transfer\AmazonpayCallTransfer $amazonpayCallTransfer |
||
| 36 | * |
||
| 37 | * @return \Generated\Shared\Transfer\AmazonpayResponseTransfer |
||
|
1 ignored issue
–
show
|
|||
| 38 | */ |
||
| 39 | public function call(AmazonpayCallTransfer $amazonpayCallTransfer) |
||
| 49 | } |
||
| 50 | } |
||
| 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