@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace FondBot\Filesystem; |
6 | 6 | |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | */ |
38 | 38 | public function register(): void |
39 | 39 | { |
40 | - $this->container->share(MountManager::class, function () { |
|
40 | + $this->container->share(MountManager::class, function() { |
|
41 | 41 | $filesystems = [ |
42 | 42 | 'local' => new Filesystem(new Local($this->container->get('base_path'))), |
43 | 43 | ]; |