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 — develop ( 083c8a...35624a )
by Toby
06:24
created
app/Support/PositionSettingRetrieval.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     protected function getCacheKey(Group $group)
65 65
     {
66
-        return PositionSettingRetrieval::class . '.' . $group->id();
66
+        return PositionSettingRetrieval::class.'.'.$group->id();
67 67
     }
68 68
     
69 69
     public function parse($setting)
Please login to merge, or discard this patch.