Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
9 | class FilesystemSymfonyServiceProvider implements ServiceProviderInterface |
||
10 | { |
||
11 | /** |
||
12 | * @param \Pimple\Container $pimple |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function register(Container $pimple): void |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @param \Pimple\Container $container |
||
23 | * |
||
24 | * @return \Jellyfish\FilesystemSymfony\FilesystemSymfonyServiceProvider |
||
25 | */ |
||
26 | protected function registerFilesystem(Container $container): FilesystemSymfonyServiceProvider |
||
37 |