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.
Completed
Push — master ( fb8c31...1a99dd )
by Danger
02:38
created
applications/workspace/test/Tests/WorkspaceTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@
 block discarded – undo
27 27
         return $data;
28 28
     }
29 29
     /*Verifico che l'elenco dei workspace si possa scaricare correttamente*/
30
+
31
+    /**
32
+     * @return string
33
+     */
30 34
     public function testGetWorkspaceList(){
31 35
         $schema = __DIR__.'/../../../../api/schemas/workspaceList.json';
32 36
 
Please login to merge, or discard this patch.