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 ( 4eaff0...1c2699 )
by Thorsten
08:08
created
phpmyfaq/admin/category.translate.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,9 +62,12 @@
 block discarded – undo
62 62
                     <input type="hidden" name="showcat" value="<?php echo $showcat ?>">
63 63
                     <?php if ($faqConfig->get('security.permLevel') !== 'basic'): ?>
64 64
                     <input type="hidden" name="restricted_groups[]" value="<?php echo $group_permission[0] ?>">
65
-                    <?php else: ?>
65
+                    <?php else {
66
+    : ?>
66 67
                     <input type="hidden" name="restricted_groups[]" value="-1">
67
-                    <?php endif; ?>
68
+                    <?php endif;
69
+}
70
+?>
68 71
                     <input type="hidden" name="restricted_users" value="<?php echo $user_permission[0] ?>">
69 72
                     <input type="hidden" name="csrf" value="<?php echo $user->getCsrfTokenFromSession() ?>">
70 73
                     <input type="hidden" name="active" value="<?php echo $category->categoryName[$id]['active'] ?>">
Please login to merge, or discard this patch.