Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
17 | 2 | public static function withExceptions( |
|
18 | string $eventClassName, |
||
19 | string $message, |
||
20 | UnresolvableDomainIdsException ...$exceptions, |
||
21 | ): self { |
||
22 | 2 | $exception = new self(sprintf('Unresolvable domainIds for event %s: %s', $eventClassName, $message)); |
|
23 | 2 | $exception->exceptions = array_values($exceptions); |
|
24 | |||
25 | 2 | return $exception; |
|
26 | } |
||
36 |
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