Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class PostfinanceEfinanceOnlineTransferSubForm extends OnlineTransferSubForm |
||
16 | { |
||
17 | public const PAYMENT_METHOD = 'postfinance_efinance_online_transfer'; |
||
18 | public const OPTION_BANK_COUNTRIES = 'postfinance efinance online transfer bank countries'; |
||
19 | |||
20 | /** |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getName() |
||
24 | { |
||
25 | return PaymentTransfer::PAYONE_POSTFINANCE_EFINANCE_ONLINE_TRANSFER; |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getPropertyPath() |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param \Symfony\Component\Form\FormBuilderInterface $builder |
||
38 | * @param array $options |
||
39 | * |
||
40 | * @return $this |
||
41 | */ |
||
42 | public function addOnlineBankTransferType(FormBuilderInterface $builder, array $options) |
||
54 | } |
||
55 | } |
||
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