| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class TabGroup implements MetaboxComponentInterface |
||
| 13 | { |
||
| 14 | use CanBeRestrictedTrait; |
||
| 15 | use RendersWithViewTrait; |
||
| 16 | |||
| 17 | protected function defineView(ServerRequestInterface $request): ViewInterface |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function defineViewContext(ServerRequestInterface $request): array |
||
| 27 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.