Completed
Push — master ( 16687c...030b5f )
by Vladimir
02:57
created
src/Application/AppServiceProvider.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\Application;
6 6
 
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
         } catch (InvalidPathException $exception) {
53 53
         }
54 54
 
55
-        $this->container->share(Config::class, function () {
55
+        $this->container->share(Config::class, function() {
56 56
             return new Config($_ENV);
57 57
         });
58 58
     }
Please login to merge, or discard this patch.