| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function extractRelations(array &$data) |
||
|
|
|||
| 18 | { |
||
| 19 | // //Fetch all relations |
||
| 20 | // $relations = array_intersect_key($data, $this->recordSchema[self::SH_RELATIONS]); |
||
| 21 | // |
||
| 22 | // foreach ($relations as $name => $relation) { |
||
| 23 | // $this->relations[$name] = $relation; |
||
| 24 | // unset($data[$name]); |
||
| 25 | // } |
||
| 26 | } |
||
| 27 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.