Passed
Push — master ( 2b9295...73b866 )
by Corrado
02:21
created
src/Laravel/EmailCheckerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function register()
16 16
     {
17
-        $this->app->singleton(EmailChecker::class, function ($app) {
17
+        $this->app->singleton(EmailChecker::class, function($app) {
18 18
             return new EmailChecker();
19 19
         });
20 20
     }
Please login to merge, or discard this patch.