Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
44 | 3 | public function __construct( |
|
45 | int $exitCode, |
||
46 | string $message = null, |
||
47 | array $headers = [], |
||
48 | \Exception $previous = null, |
||
49 | ?int $code = 0 |
||
50 | ) { |
||
51 | 3 | $this->exitCode = $exitCode; |
|
52 | 3 | $this->headers = $headers; |
|
53 | |||
54 | 3 | parent::__construct($message, $code, $previous); |
|
55 | 3 | } |
|
83 |
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