Total Complexity | 5 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
19 | class ApplicationStartEventListener implements EventListenerInterface |
||
20 | { |
||
21 | 3 | public function __construct( |
|
24 | 3 | } |
|
25 | |||
26 | /** |
||
27 | * @param ApplicationReadyEventInterface $event |
||
28 | * |
||
29 | * @throws \Exception |
||
30 | */ |
||
31 | 2 | public function on(EventInterface $event): void |
|
38 | } |
||
39 | |||
40 | 1 | public static function supports(EventInterface $event): bool |
|
45 |