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