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 ( 30b002...3c75f8 )
by Thorsten
09:02
created
phpmyfaq/inc/PMF/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
         foreach ($attributes[0] as $attribute) {
125 125
             $attributeName = stristr($attribute, '=', true);
126 126
             if (!in_array($attributeName, $keep)) {
127
-                $html = str_replace(' ' . $attribute, '', $html);
127
+                $html = str_replace(' '.$attribute, '', $html);
128 128
             }
129 129
         }
130 130
 
Please login to merge, or discard this patch.