Total Complexity | 4 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class PayuCeeSingleSubForm extends AbstractSubForm |
||
16 | { |
||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | protected const PAYMENT_METHOD = 'payu-cee-single'; |
||
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | public function getName(): string |
||
26 | { |
||
27 | return PaymentTransfer::COMPUTOP_PAYU_CEE_SINGLE; |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @return string |
||
32 | */ |
||
33 | public function getPropertyPath(): string |
||
34 | { |
||
35 | return PaymentTransfer::COMPUTOP_PAYU_CEE_SINGLE; |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param \Symfony\Component\OptionsResolver\OptionsResolver $resolver |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | public function configureOptions(OptionsResolver $resolver): void |
||
48 | } |
||
49 | |||
50 | /** |
||
51 | * @return string |
||
52 | */ |
||
53 | protected function getTemplatePath(): string |
||
56 | } |
||
57 | } |
||
58 |
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