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 ( b88909...3b7904 )
by Danger
02:53
created
applications/workspace/test/Tests/AbstractAppTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         return $client;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $schema
38
+     */
36 39
     public function askValidation($data, $schema)
37 40
     {
38 41
         $validator = new \JsonSchema\Validator;
Please login to merge, or discard this patch.
applications/workspace/test/Tests/WorkspaceTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -81,12 +81,12 @@
 block discarded – undo
81 81
 
82 82
 
83 83
         $client->request(
84
-          'POST',
85
-          '/api/v1/workspace/',
86
-          [],
87
-          [],
88
-          ['CONTENT_TYPE' => 'application/json'],
89
-          '{
84
+            'POST',
85
+            '/api/v1/workspace/',
86
+            [],
87
+            [],
88
+            ['CONTENT_TYPE' => 'application/json'],
89
+            '{
90 90
                 "title":"Sopraelevata",
91 91
                 "description":"I Sarchiaponi sono pronti a lanciarsi nella costruzione di una sopraelevata",
92 92
                 "environment": 22,
Please login to merge, or discard this patch.