1 | <?php |
||
12 | class NullNode extends AbstractNode |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | public function parseRow(string $container, int $dataOffset, array $row) |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function deduplicate(array &$data): bool |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | protected function registerData(string $container, array &$data) |
||
38 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.