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 ( 6d983c...443341 )
by Vermeulen
01:58
created
src/Install/ModuleInstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -521,7 +521,7 @@
 block discarded – undo
521 521
      */
522 522
     protected function removeRecursiveDirectory(string $dirPath): bool
523 523
     {
524
-        $fileList = array_diff(scandir($dirPath), ['.','..']);
524
+        $fileList = array_diff(scandir($dirPath), ['.', '..']);
525 525
         
526 526
         foreach ($fileList as $filePath) {
527 527
             if (is_dir($filePath)) {
Please login to merge, or discard this patch.