Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 70% |
Changes | 0 |
1 | <?php |
||
8 | class CheckUserRole |
||
9 | { |
||
10 | /** |
||
11 | * Create the event listener. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | 3 | public function __construct() |
|
17 | // |
||
18 | 3 | } |
|
19 | |||
20 | /** |
||
21 | * Create a manager object for a User if one does not exist. |
||
22 | * |
||
23 | * @param UserUpdated $event Fires after successful database update. |
||
24 | * @return void |
||
25 | */ |
||
26 | 3 | public function handle(UserUpdated $event) : void |
|
40 |