Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | class Notification |
||
9 | { |
||
10 | /** |
||
11 | * Authenticate the user's access to the channel. |
||
12 | * |
||
13 | * @return array|bool |
||
14 | */ |
||
15 | public function join(User $user) |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * The user imports Gedcom progress. |
||
21 | * |
||
22 | * @param \App\Models\ImportJob |
||
23 | * @return array|bool |
||
24 | */ |
||
25 | public function import(ImportJob $job) |
||
29 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.