Passed
Push — main ( 7d673e...4d0d79 )
by Daniel
06:41 queued 02:38
created
src/Flysystem/FilesystemProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,6 +41,6 @@
 block discarded – undo
41 41
 
42 42
     public function getFilesystem(string $name, array $config = []): ?Filesystem
43 43
     {
44
-        return $this->filesystems[$name] ?? $this->createFilesystem($name,$config);
44
+        return $this->filesystems[$name] ?? $this->createFilesystem($name, $config);
45 45
     }
46 46
 }
Please login to merge, or discard this patch.