1 | <?php |
||
15 | class TcaService extends AbstractService |
||
16 | { |
||
17 | /** |
||
18 | * Add the custom elements. |
||
19 | * |
||
20 | * @param array $params |
||
21 | * @param object $parent |
||
22 | */ |
||
23 | public function addDatabaseItems(array &$params, $parent) |
||
51 | |||
52 | /** |
||
53 | * Get custom elements. |
||
54 | * |
||
55 | * @return array |
||
56 | */ |
||
57 | protected function getCustomItems(): array |
||
61 | } |
||
62 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.