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 ( e8e41b...6fc5e2 )
by Gabriel
10:15
created
application/Modules/Admin/Controllers/FormbuilderFieldsControllerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     protected function bootFormbuilderFieldsControllerTrait()
88 88
     {
89 89
         $this->after(
90
-            function () {
90
+            function() {
91 91
                 $this->registerFormbuilderViewPaths();
92 92
             }
93 93
         );
Please login to merge, or discard this patch.