Conditions | 3 |
Paths | 3 |
Total Lines | 12 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
49 | final public function render($format, Doku_Renderer $renderer, $data): bool |
||
1 ignored issue
–
show
|
|||
50 | { |
||
51 | $description = $data[0]; |
||
52 | if (empty($description)) { |
||
53 | return false; |
||
54 | } |
||
55 | |||
56 | if ($format === 'metadata') { |
||
57 | $renderer->meta['plugin_description']['keywords'] = $description; |
||
58 | return true; |
||
59 | } |
||
60 | return false; |
||
61 | } |
||
63 |
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