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 ( b4ed19...91adc2 )
by Toby
16:15 queued 12:17
created
src/AirTable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     
215 215
     public function getIdsFromTable(): array
216 216
     {
217
-         $ids = [];
217
+            $ids = [];
218 218
         foreach($this->retrieveRecords() as $record) {
219 219
             $ids[] = $record['id'];
220 220
         }
Please login to merge, or discard this patch.