Passed
Pull Request — master (#1)
by Stanislau
19:29 queued 15:39
created
Category
src/Business/Adapter/AdapterFactory.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.
src/FilesystemLocalAdapterPlugin.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->createFacadeDecorator($filesystemFacade);
Please login to merge, or discard this patch.