Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class EventLogServiceProvider implements ServiceProviderInterface |
||
12 | { |
||
13 | /** |
||
14 | * @param \Pimple\Container $container |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function register(Container $container): void |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param \Pimple\Container $container |
||
25 | * |
||
26 | * @return \Jellyfish\EventLog\EventLogServiceProvider |
||
27 | */ |
||
28 | protected function registerEventErrorHandler(Container $container): EventLogServiceProvider |
||
48 |