| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | public function getAttributes($model, array $fields = null) { |
||
|
1 ignored issue
–
show
|
|||
| 15 | return [ |
||
| 16 | 'key' => $model->Key(), |
||
| 17 | 'value' => $model->Value(), |
||
| 18 | 'module_id' => $model->ModuleId(), |
||
| 19 | ]; |
||
| 20 | } |
||
| 21 | |||
| 71 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.