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 Setup Failed
Push — master ( dac47a...cef557 )
by Gabriel
14:34
created
resources/views/admin/formbuilder-fields/modules/panels/index-existing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         <?php if ($fields) { ?>
22 22
             <div class="form-panel">
23 23
                 <div class="header">
24
-                    <?= $manager->getLabel('existing.'.$role) ?>
24
+                    <?= $manager->getLabel('existing.' . $role) ?>
25 25
                 </div>
26 26
                 <div class="fields-body">
27 27
                     <?= $this->load(
Please login to merge, or discard this patch.