Total Complexity | 4 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class CreditCardSubForm extends AbstractSubForm |
||
16 | { |
||
17 | public const PAYMENT_METHOD = 'credit-card'; |
||
18 | |||
19 | /** |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getName() |
||
23 | { |
||
24 | return PaymentTransfer::COMPUTOP_CREDIT_CARD; |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | public function getPropertyPath() |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @return string |
||
37 | */ |
||
38 | public function getTemplatePath() |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @param \Symfony\Component\OptionsResolver\OptionsResolver $resolver |
||
45 | * |
||
46 | * @return void |
||
47 | */ |
||
48 | public function configureOptions(OptionsResolver $resolver) |
||
55 |
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