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.
Completed
Push — master ( c13249...4dbb40 )
by
unknown
04:58 queued 04:44
created
Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             $this->jiraCertPassphrase = Arr::get($clientCredentials, 'cert_passphrase', $this->getConfig('cert_passphrase', ''));
46 46
 
47 47
             $clientCredentials = $this->createClientCredentials($clientCredentials);
48
-        } elseif (! $clientCredentials instanceof ClientCredentialsInterface) {
48
+        } elseif (!$clientCredentials instanceof ClientCredentialsInterface) {
49 49
             throw new InvalidArgumentException('Client credentials must be an array or valid object.');
50 50
         }
51 51
 
Please login to merge, or discard this patch.