Total Complexity | 5 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class VaultDataBuilder implements BuilderInterface |
||
14 | { |
||
15 | /** |
||
16 | * Additional options in request to gateway. |
||
17 | */ |
||
18 | const OPTIONS = 'options'; |
||
19 | |||
20 | /** |
||
21 | * The option that determines whether the payment method associated with |
||
22 | * the successful transaction should be stored in the Vault. |
||
23 | */ |
||
24 | const STORE_IN_VAULT_ON_SUCCESS = 'storeInVaultOnSuccess'; |
||
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | public function build(array $buildSubject): array |
||
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