Conditions | 4 |
Paths | 5 |
Total Lines | 14 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function __construct() |
||
29 | { |
||
30 | $args = func_get_args(); |
||
31 | |||
32 | foreach ($args as $arg) { |
||
33 | if ($arg instanceof CompressorInterface) { |
||
34 | $this->compressor = $arg; |
||
35 | } |
||
36 | if ($arg instanceof LessCompiler) { |
||
37 | $this->lessCompiler = $arg; |
||
38 | } |
||
39 | } |
||
40 | |||
41 | parent::__construct(...$args); |
||
42 | } |
||
64 |
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