| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | trait Auth0Model |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Get the primary key for the model. |
||
| 16 | * |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | 19 | public function getKeyName() |
|
| 20 | { |
||
| 21 | 19 | return 'identity_id'; |
|
| 22 | } |
||
| 23 | |||
| 24 | 1 | public function getIdAttribute($value = null) |
|
| 27 | } |
||
| 28 | |||
| 29 | public function get_idAttribute($value = null) |
||
| 32 | } |
||
| 33 | } |
||
| 34 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.