Passed
Push — master ( 3e13b9...155993 )
by Vladimir
02:26
created
src/Foundation/Providers/ConversationServiceProvider.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\Foundation\Providers;
6 6
 
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 
79 79
     private function registerManager(): void
80 80
     {
81
-        $this->app->singleton('conversation', function () {
81
+        $this->app->singleton('conversation', function() {
82 82
             return new ConversationManager($this->app[Cache::class]);
83 83
         });
84 84
 
Please login to merge, or discard this patch.