| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class ApplicationStartedListener implements EventListenerInterface |
||
| 27 | { |
||
| 28 | 3 | public function __construct( |
|
| 31 | 3 | } |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @param ApplicationReadyEvent $event |
||
| 35 | * |
||
| 36 | * @psalm-suppress MoreSpecificImplementedParamType |
||
| 37 | */ |
||
| 38 | 2 | public function on(EventInterface $event): void |
|
| 48 | } |
||
| 49 | |||
| 50 | 1 | public static function supports(EventInterface $event): bool |
|
| 55 |