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
Pull Request — master (#1)
by
unknown
03:05
created
src/Facade/CalDavClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,8 +143,7 @@
 block discarded – undo
143 143
                 'auth'    => [$this->user, $this->password, $this->authtype],
144 144
                 'timeout' => $this->timeout
145 145
             ]);
146
-        }
147
-        catch (ClientException $ex){
146
+        } catch (ClientException $ex){
148 147
             switch($ex->getCode()){
149 148
                 case 401:
150 149
                     throw new UserUnAuthorizedException();
Please login to merge, or discard this patch.