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 ( 2d9704...bd35eb )
by Choraimy
07:37
created
src/UrlShortenerManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      */
76 76
     public function getDefaultDriver()
77 77
     {
78
-        return $this->app['config']['url-shortener.default'];
78
+        return $this->app[ 'config' ][ 'url-shortener.default' ];
79 79
     }
80 80
 
81 81
     /**
@@ -86,6 +86,6 @@  discard block
 block discarded – undo
86 86
      */
87 87
     protected function getDriverConfig(string $name)
88 88
     {
89
-        return $this->app['config']["url-shortener.drivers.$name"] ?: [];
89
+        return $this->app[ 'config' ][ "url-shortener.drivers.$name" ] ?: [ ];
90 90
     }
91 91
 }
Please login to merge, or discard this patch.