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.
Test Failed
Push — master ( 88f9f4...110d3a )
by Carlos
02:37
created
src/EasySms.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
 
184 184
         $name = \ucfirst(\str_replace(['-', '_', ''], '', $name));
185 185
 
186
-        return __NAMESPACE__ . "\\Gateways\\{$name}Gateway";
186
+        return __NAMESPACE__ . "\\Gateways\\{$name}gateway";
187 187
     }
188 188
 
189 189
     /**
Please login to merge, or discard this patch.