Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class ConfigProvider implements ConfigProviderInterface |
||
12 | { |
||
13 | const CODE = 'b2binpay'; |
||
14 | |||
15 | /** |
||
16 | * @var Config |
||
17 | */ |
||
18 | private $config; |
||
19 | |||
20 | /** |
||
21 | * @param Config $config |
||
22 | */ |
||
23 | public function __construct( |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Retrieve assoc array of checkout configuration |
||
31 | * |
||
32 | * @return array |
||
33 | */ |
||
34 | public function getConfig() |
||
47 |
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