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 — 3.0 ( d17819...f7dde3 )
by Vermeulen
02:59
created
src/class/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         $runnerFile = $this->getRunnerFile();
154 154
 
155 155
         $initFunction = function() use ($runnerFile) {
156
-            if($runnerFile === null) {
156
+            if ($runnerFile === null) {
157 157
                 return;
158 158
             }
159 159
             
Please login to merge, or discard this patch.