GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( 6b60bf...7bd6b0 )
by Albert
04:37
created
src/DbExporter/DbExportHandlerServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         );
42 42
         // Instatiate a new DbMigrations class to send to the handler
43 43
         $this->migrator = $migrator;
44
-         // Load the alias
44
+            // Load the alias
45 45
         $this->loadAlias();
46 46
        
47 47
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
         $this->app->register(DbMigrationsServiceProvider::class);
54 54
         // Register the base export handler class
55 55
         $this->registerDbExportHandler();
56
-         // Handle the artisan commands
56
+            // Handle the artisan commands
57 57
         $this->registerCommands();
58 58
     }
59 59
 
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         // when the Artisan application actually starts up and is getting used.
78 78
         $this->commands('db-exporter.migrations', 'db-exporter.seeds', 'db-exporter.backup');
79 79
                 
80
-     }
80
+        }
81 81
 
82 82
     /**
83 83
      * Register the migrations command
Please login to merge, or discard this patch.