Total Complexity | 8 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
19 | class syntax_plugin_description extends SyntaxPlugin |
||
20 | { |
||
21 | final public function getType(): string |
||
22 | { |
||
23 | return 'substition'; |
||
24 | } |
||
25 | |||
26 | final public function getPType(): string |
||
27 | { |
||
28 | return 'block'; |
||
29 | } |
||
30 | |||
31 | final public function getSort(): int |
||
32 | { |
||
33 | return 98; |
||
34 | } |
||
35 | |||
36 | final public function connectTo($mode): void |
||
39 | } |
||
40 | |||
41 | final public function handle($match, $state, $pos, Doku_Handler $handler): array |
||
47 | } |
||
48 | |||
49 | final public function render($format, Doku_Renderer $renderer, $data): bool |
||
61 | } |
||
62 | } |
||
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