| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 9 | class Renderable_bool extends \Formularium\Renderable |
||
| 10 | { |
||
| 11 | use RenderableBootstrapTrait; |
||
| 12 | |||
| 13 | public function viewable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 14 | { |
||
| 15 | return $previous; |
||
| 16 | } |
||
| 17 | |||
| 18 | public function _editable($value, Field $field, HTMLElement $previous): HTMLElement |
||
| 26 | } |
||
| 27 | } |
||
| 28 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.