Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 71.43% |
Changes | 0 |
1 | <?php |
||
19 | final class UnionKeywords implements Parseable |
||
20 | { |
||
21 | /** |
||
22 | * Parses the tokens contained in the given list in the context of the given parser. |
||
23 | * |
||
24 | * @param Parser $parser the parser that serves as context |
||
25 | * @param TokensList $list the list of tokens that are being parsed |
||
26 | * @param array<string, mixed> $options parameters for parsing |
||
27 | * |
||
28 | * @throws RuntimeException not implemented yet. |
||
29 | */ |
||
30 | public static function parse(Parser $parser, TokensList $list, array $options = []): never |
||
33 | } |
||
34 | |||
35 | /** @param list<array{string|Stringable,string|Stringable}> $component the component to be built */ |
||
|
|||
36 | 8 | public static function buildAll(array $component): string |
|
46 |
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