Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
65 | protected function getDifferentTypesAndLocations() |
||
66 | { |
||
67 | $typeLocations = []; |
||
68 | foreach ($this->indexRepository->findDifferentTypesAndLocations() as $entry) { |
||
69 | $typeLocations[$entry['foreign_table']][$entry['pid']] = $entry['unique_register_key']; |
||
70 | } |
||
71 | |||
72 | return $typeLocations; |
||
73 | } |
||
74 | } |
||
75 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.