@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | public function getUserAgentParameters(): array |
| 61 | 61 | { |
| 62 | - return []; |
|
| 62 | + return [ ]; |
|
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | public function isUseSharedConfigFile(): bool |
@@ -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->createAwsFacadeDecorator($filesystemFacade); |