Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | final class UnresolvableEventNameCollectionException extends UnresolvableEventNameException |
||
8 | { |
||
9 | /** |
||
10 | * @var list<UnresolvableEventNameException> |
||
|
|||
11 | */ |
||
12 | private array $exceptions = []; |
||
13 | |||
14 | /** |
||
15 | * @param class-string $eventClassName |
||
16 | */ |
||
17 | 2 | public static function withExceptions( |
|
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return list<UnresolvableEventNameException> |
||
30 | */ |
||
31 | 1 | public function getExceptions(): array |
|
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