Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public static function getSubscribedEvents(): array |
||
22 | { |
||
23 | return [ |
||
24 | KernelEvents::RESPONSE => ['onKernelResponse', 1024], |
||
25 | KernelEvents::EXCEPTION => ['onKernelException', 1024], |
||
26 | ConsoleEvents::TERMINATE => ['onConsoleTerminate', 1024], |
||
27 | ConsoleEvents::ERROR => ['onConsoleError', 1024], |
||
28 | ]; |
||
51 |