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 — 2.9 ( 404e32...290916 )
by Thorsten
13:13 queued 04:19
created
phpmyfaq/admin/record.edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
             $queryString = 'saveentry&id='.$faqData['id'];
122 122
         } else {
123 123
             $queryString = 'insertentry';
124
-            if (isset($categoryId)){
124
+            if (isset($categoryId)) {
125 125
                 $categories = ['category_id' => $categoryId, 'category_lang' => $lang];
126 126
             } 
127 127
         }
Please login to merge, or discard this patch.