Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class LogApplicationRetrieved |
||
12 | { |
||
13 | /** |
||
14 | * Create the event listener. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function __construct() |
||
19 | { |
||
20 | // |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Handle the event. |
||
25 | * |
||
26 | * @param AppliationRetrieved $event |
||
27 | * @return void |
||
28 | */ |
||
29 | public function handle(ApplicationRetrieved $event) |
||
45 | } |
||
46 | } |
||
48 |