Total Complexity | 2 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class ConfigCcVault extends \Magento\Payment\Gateway\Config\Config |
||
17 | { |
||
18 | /** |
||
19 | * CVV Enabled - Cc Vault. |
||
20 | * |
||
21 | * @const string |
||
22 | */ |
||
23 | const CVV_ENABLED = 'cvv_enabled'; |
||
24 | |||
25 | /** |
||
26 | * Method Code - Cc Vault. |
||
27 | * |
||
28 | * @const string |
||
29 | */ |
||
30 | const METHOD = 'moip_magento2_cc_vault'; |
||
31 | |||
32 | /** |
||
33 | * Config constructor. |
||
34 | * |
||
35 | * @param ScopeConfigInterface $scopeConfig |
||
36 | * @param null $methodCode |
||
37 | */ |
||
38 | public function __construct( |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @throws InputException |
||
48 | * @throws NoSuchEntityException |
||
49 | * |
||
50 | * @return bool |
||
51 | */ |
||
52 | public function useCvv($storeId = null) |
||
63 |
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