| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 10 | class Renderable_time extends \Formularium\Renderable |
||
| 11 | { |
||
| 12 | use RenderableVuetifyTrait; |
||
| 13 | |||
| 14 | public function viewable($value, Field $field, HTMLNode $previous): HTMLNode |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Subcall of wrapper editable() from RenderableMaterializeTrait |
||
| 21 | * |
||
| 22 | * @param mixed $value |
||
| 23 | * @param Field $field |
||
| 24 | * @param HTMLNode $previous |
||
| 25 | * @return HTMLNode |
||
| 26 | */ |
||
| 27 | public function _editable($value, Field $field, HTMLNode $previous): HTMLNode |
||
| 42 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.