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
Branch develop (60423b)
by Toby
10:46
created
app/CompletionConditions/RequiredPositionsFilled.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
      */
23 23
     public function isComplete($settings, ActivityInstance $activityInstance, ModuleInstance $moduleInstance): bool
24 24
     {
25
-       $remainingRoles = $this->rolesNeededtoFill($settings, $activityInstance, $moduleInstance);
25
+        $remainingRoles = $this->rolesNeededtoFill($settings, $activityInstance, $moduleInstance);
26 26
        
27
-       return count($remainingRoles) === 0;
27
+        return count($remainingRoles) === 0;
28 28
     }
29 29
     
30 30
     public function percentage($settings, ActivityInstance $activityInstance, ModuleInstance $moduleInstance): int
Please login to merge, or discard this patch.