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