Passed
Branch master (5c7736)
by Stanislau
13:59
created
Category
src/Configuration/Adapter/AwsS3AdapterConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     public function getUserAgentParameters(): array
61 61
     {
62
-        return [];
62
+        return [ ];
63 63
     }
64 64
 
65 65
     public function isUseSharedConfigFile(): bool
Please login to merge, or discard this patch.
src/FilesystemS3AdapterPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.