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