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 ( dea5e9...4057a0 )
by Mewes
02:21
created
Wrapper/DocumentWrapper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
             $format = $this->attributes['format'];
99 99
         }
100 100
 
101
-         // try Symfony request
101
+            // try Symfony request
102 102
         elseif (isset($this->context['app'])) {
103 103
             /**
104 104
              * @var AppVariable
Please login to merge, or discard this patch.