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