Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class FetchTransactionInfoRequest implements BuilderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @var Moip Order Id |
||
22 | */ |
||
23 | const MOIP_ORDER_ID = 'moip_order_id'; |
||
24 | |||
25 | /** |
||
26 | * @var ConfigInterface |
||
27 | */ |
||
28 | private $config; |
||
29 | |||
30 | /** |
||
31 | * @param ConfigInterface $config |
||
32 | */ |
||
33 | public function __construct( |
||
34 | ConfigInterface $config |
||
35 | ) { |
||
36 | $this->config = $config; |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function build(array $buildSubject) |
||
58 | ]; |
||
59 | } |
||
61 |
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