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
Branch master (6b60bf)
by Albert
02:20
created
src/DbExporter/DbExportHandlerServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@  discard block
 block discarded – undo
34 34
         );
35 35
         // Instatiate a new DbMigrations class to send to the handler
36 36
         $this->migrator = $migrator;
37
-         // Load the alias
37
+            // Load the alias
38 38
         $this->loadAlias();
39
-             // Handle the artisan commands
39
+                // Handle the artisan commands
40 40
         $this->registerCommands();
41 41
 
42 42
         
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
         $this->registerMigrationsCommand();
63 63
         $this->registerSeedsCommand();
64 64
         $this->registerRemoteCommand();
65
-     }
65
+        }
66 66
 
67 67
     /**
68 68
      * Register the migrations command
Please login to merge, or discard this patch.
src/DbExporter/DbMigrationsServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function boot()
23 23
     {
24 24
 
25
-       $loader = AliasLoader::getInstance();
26
-       $loader->alias('DbMigrations', 'Facades\DbMigrations');
25
+        $loader = AliasLoader::getInstance();
26
+        $loader->alias('DbMigrations', 'Facades\DbMigrations');
27 27
 
28 28
 
29 29
     }
Please login to merge, or discard this patch.