Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
11 | class CleanLockoutAccount extends Core |
||
12 | { |
||
13 | /** |
||
14 | * Create the event listener. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function __construct() |
||
20 | // |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Handle the event. |
||
25 | * |
||
26 | * @param object $event |
||
27 | * @return void |
||
28 | */ |
||
29 | public function handle(Authenticated $event) |
||
35 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.