@@ -45,8 +45,7 @@ |
||
| 45 | 45 | ]); |
| 46 | 46 | |
| 47 | 47 | $additionalConfig = !empty($additionalConfig) ? |
| 48 | - PortableVisibilityConverter::fromArray($additionalConfig) : |
|
| 49 | - null; |
|
| 48 | + PortableVisibilityConverter::fromArray($additionalConfig) : null; |
|
| 50 | 49 | |
| 51 | 50 | return new LocalFilesystemAdapter( |
| 52 | 51 | $adapterConfiguration->getRootDirectory(), |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function provideDependencies(Container $container): void |
| 41 | 41 | { |
| 42 | - $container->decorate(FilesystemFacadeInterface::class, function ( |
|
| 42 | + $container->decorate(FilesystemFacadeInterface::class, function( |
|
| 43 | 43 | FilesystemFacadeInterface $filesystemFacade |
| 44 | 44 | ): FilesystemFacadeInterface { |
| 45 | 45 | return $this->createFacadeDecorator($filesystemFacade); |