| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 8 | trait RenderableBootstrapInputTrait |
||
| 9 | { |
||
| 10 | use RenderableBootstrapTrait; |
||
| 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 |
||
| 31 | } |
||
| 32 | } |
||
| 33 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.