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 ( 976201...1c98f8 )
by
unknown
02:32
created
src/SSOServiceProvider.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
         if ($this->app->runningInConsole()) {
31 31
 
32 32
             $this->publishes([
33
-              __DIR__ . '/config/config.php' => config_path('bSecure.php'),
33
+                __DIR__ . '/config/config.php' => config_path('bSecure.php'),
34 34
             ], 'config');
35 35
 
36 36
             $this->publishes([
37
-              __DIR__ . '/resources/lang/en/messages.php' => resource_path('lang/vendor/bSecure/en/messages.php'),
37
+                __DIR__ . '/resources/lang/en/messages.php' => resource_path('lang/vendor/bSecure/en/messages.php'),
38 38
             ]);
39 39
         }
40 40
     }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind("sso_facade", function(){
16
+        $this->app->bind("sso_facade", function() {
17 17
             return new BsecureSSO();
18 18
         });
19 19
     }
Please login to merge, or discard this patch.