Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class HttpLeagueServiceProvider implements ServiceProviderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param \Pimple\Container $container |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function register(Container $container): void |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @param \Pimple\Container $container |
||
32 | * |
||
33 | * @return \Pimple\Container |
||
34 | */ |
||
35 | protected function registerFacade(Container $container): Container |
||
46 |