Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class FilesystemPlugin implements DependencyProviderInterface, ConfigurableInterface |
||
28 | { |
||
29 | use PluginConfigurationTrait; |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | */ |
||
34 | 1 | public function provideDependencies(Container $container): void |
|
37 | } |
||
38 | |||
39 | /** |
||
40 | * @return FilesystemFacadeInterface |
||
41 | */ |
||
42 | 1 | protected function createFacade(): FilesystemFacadeInterface |
|
47 |