| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 61 | private function chooseSearchablePlaces($calculatedArray) |
||
| 62 | { |
||
| 63 | return array( |
||
| 64 | $calculatedArray[103], |
||
| 65 | $calculatedArray[30], |
||
| 66 | $calculatedArray[23], |
||
| 67 | $calculatedArray[57], |
||
| 68 | $calculatedArray[135], |
||
| 69 | $calculatedArray[120], |
||
| 70 | $calculatedArray[115], |
||
| 71 | $calculatedArray[79], |
||
| 72 | $calculatedArray[601], |
||
| 73 | $calculatedArray[650] |
||
| 74 | ); |
||
| 77 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.