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 ( 2cc2aa...fb8146 )
by
unknown
01:14
created
src/FatFramework/Functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,8 @@
 block discarded – undo
130 130
     public static function cleanFilename(string $sFilename): string
131 131
     {
132 132
         return str_replace(
133
-            array('+', ' ','ä','Ä','ü','Ü','ö','Ö','ß','&', '&', '.'),
134
-            array('','','ae','ae','ue','ue','oe','oe', 'ss','', '', ''), $sFilename
133
+            array('+', ' ', 'ä', 'Ä', 'ü', 'Ü', 'ö', 'Ö', 'ß', '&', '&', '.'),
134
+            array('', '', 'ae', 'ae', 'ue', 'ue', 'oe', 'oe', 'ss', '', '', ''), $sFilename
135 135
         );
136 136
     }
137 137
 }
Please login to merge, or discard this patch.