Passed
Push — master ( 984276...7580af )
by Vladimir
03:02
created
src/Filesystem/FilesystemServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             ];
Please login to merge, or discard this patch.