Passed
Push — master ( 7054e3...af53d5 )
by Cesar
03:02
created
src/MagicLinkServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     private function offerPublishing(): void
40 40
     {
41
-        if (! $this->app->runningInConsole()) {
41
+        if ( ! $this->app->runningInConsole()) {
42 42
             return;
43 43
         }
44 44
 
Please login to merge, or discard this patch.