Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class PaymentTransactionMetaVisitor implements TransactionMetaVisitorInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var \SprykerEco\Zed\Braintree\Persistence\BraintreeRepositoryInterface |
||
18 | */ |
||
19 | protected $repository; |
||
20 | |||
21 | /** |
||
22 | * @param \SprykerEco\Zed\Braintree\Persistence\BraintreeRepositoryInterface $repository |
||
23 | */ |
||
24 | public function __construct(BraintreeRepositoryInterface $repository) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param \Generated\Shared\Transfer\TransactionMetaTransfer $transactionMetaTransfer |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function visit(TransactionMetaTransfer $transactionMetaTransfer) |
||
41 | } |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @param \Generated\Shared\Transfer\TransactionMetaTransfer $transactionMetaTransfer |
||
46 | * |
||
47 | * @return \Generated\Shared\Transfer\PaymentBraintreeTransfer|null |
||
48 | */ |
||
49 | protected function findPaymentBraintreeTransfer(TransactionMetaTransfer $transactionMetaTransfer): ?PaymentBraintreeTransfer |
||
56 |
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