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 ( d37d24...53797f )
by sebastian
12:33
created
src/Facade/CalDavClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,8 +175,7 @@
 block discarded – undo
175 175
             }
176 176
 
177 177
             return $this->client->send($http_request, $options);
178
-        }
179
-        catch (ClientException $ex){
178
+        } catch (ClientException $ex){
180 179
             switch($ex->getCode()){
181 180
                 case 401:
182 181
                     throw new UserUnAuthorizedException();
Please login to merge, or discard this patch.