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 (#27)
by t
03:29
created
src/ihelpers/Console.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -525,7 +525,7 @@
 block discarded – undo
525 525
                 return false;
526 526
             }
527 527
             return $process->getOutput();
528
-        }else{
528
+        } else{
529 529
             return exec($command);
530 530
         }
531 531
     }
Please login to merge, or discard this patch.