Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class Routing implements Typed |
||
17 | { |
||
18 | /** |
||
19 | * @param string ...$tags |
||
20 | * @return array |
||
21 | */ |
||
22 | public function picked(string ...$tags) : array |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param string $tag |
||
29 | * @param Endpoint $node |
||
30 | */ |
||
31 | public function classify(string $tag, Endpoint $node) : void |
||
37 | ]); |
||
38 | } |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @param Endpoint $node |
||
43 | */ |
||
44 | public function release(Endpoint $node) : void |
||
49 |
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