Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
10 | class Renderable_relationship extends Renderable |
||
11 | { |
||
12 | use RenderableBootstrapWrapperTrait; |
||
13 | |||
14 | public function viewable($value, Field $field, HTMLNode $previous): HTMLNode |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Subcall of wrapper editable() from RenderableMaterializeTrait |
||
21 | * |
||
22 | * @param mixed $value |
||
23 | * @param Field $field |
||
24 | * @param HTMLNode $previous |
||
25 | * @return HTMLNode |
||
26 | */ |
||
27 | public function editable($value, Field $field, HTMLNode $previous): HTMLNode |
||
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