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