Completed
Push — master ( 0acd97...fb06ff )
by Vladimir
02:52
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
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
         $dotenv = new Dotenv($this->basePath());
50 50
         $dotenv->load();
51 51
 
52
-        $this->getContainer()->share(Config::class, function () {
52
+        $this->getContainer()->share(Config::class, function() {
53 53
             return new Config($_ENV);
54 54
         });
55 55
     }
Please login to merge, or discard this patch.