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 ( b7cc97...487a44 )
by Toby
23:19
created
app/Http/Requests/ParticipantApi/RoleController/StoreRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function rules()
13 13
     {
14 14
         return [
15
-            'position_id' => ['required', app(PositionIsAllowed::class),  app(PositionCanBeUsed::class)],
15
+            'position_id' => ['required', app(PositionIsAllowed::class), app(PositionCanBeUsed::class)],
16 16
             'role_name' => ['required', 'string', 'max:255', 'min:3'],
17 17
             'email' => ['sometimes', 'nullable', 'email']
18 18
         ];
Please login to merge, or discard this patch.