| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 8 | trait RenderableMaterializeInputTrait |
||
| 9 | { |
||
| 10 | use RenderableMaterializeTrait; |
||
| 11 | |||
| 12 | public function viewable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 13 | { |
||
| 14 | return $previous; |
||
| 15 | } |
||
| 16 | |||
| 17 | public function _editable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 41 | } |
||
| 42 | } |
||
| 43 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.