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.
Test Setup Failed
Branch master (aeb305)
by Casper
02:47
created
Category
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      */
51 51
     protected function setupBindings()
52 52
     {
53
-        $this->app->bind(NStack::class, function ($app) {
53
+        $this->app->bind(NStack::class, function($app) {
54 54
             return $app['nstack'];
55 55
         });
56 56
     }
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      */
64 64
     public function registerManager()
65 65
     {
66
-        $this->app->singleton('nstack', function ($app) {
66
+        $this->app->singleton('nstack', function($app) {
67 67
             $configArray = config('nstack');
68 68
 
69 69
             $config = Config::createFromArray($configArray);
Please login to merge, or discard this patch.