Total Complexity | 9 |
Total Lines | 52 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait RenderableBuefyInputTrait |
||
10 | { |
||
11 | use RenderableBuefyTrait; |
||
12 | |||
13 | public function viewable($value, Field $field, HTMLElement $previous): HTMLElement |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Subcall of wrapper editable() from RenderableMaterializeTrait |
||
20 | * |
||
21 | * @param mixed $value |
||
22 | * @param Field $field |
||
23 | * @param HTMLElement $previous |
||
24 | * @return HTMLElement |
||
25 | */ |
||
26 | public function _editable($value, Field $field, HTMLElement $previous): HTMLElement |
||
63 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.