Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php declare(strict_types=1); |
||
8 | class Renderable_text extends Renderable_string |
||
9 | { |
||
10 | /** |
||
11 | * Subcall of wrapper editable() from RenderableMaterializeTrait |
||
12 | * |
||
13 | * @param mixed $value |
||
14 | * @param Field $field |
||
15 | * @param HTMLNode $previous |
||
16 | * @return HTMLNode |
||
17 | */ |
||
18 | public function _editable($value, Field $field, HTMLNode $previous): HTMLNode |
||
34 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.