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 ( 73761e...99bca0 )
by Thorsten
15:57
created
phpmyfaq/inc/PMF/Tags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -679,7 +679,7 @@
 block discarded – undo
679 679
         foreach ($this->getPopularTags($limit) as $tagId => $tagFreq) {
680 680
             $tagName = $this->getTagNameById($tagId);
681 681
             $direction = $this->is_english($tagName[0]) ? 'ltr' : 'rtl';
682
-            $html      .= sprintf(
682
+            $html .= sprintf(
683 683
                 '<a class="btn tag" style="direction:%s;" href="?action=search&amp;tagging_id=%d">%s (%d)</a>',
684 684
                 $direction,
685 685
                 $tagId,
Please login to merge, or discard this patch.