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 — 2.0 ( f791f1...114b65 )
by Nico
25:21 queued 16:53
created
src/Modules/Tric.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,8 +60,10 @@
 block discarded – undo
60 60
      * @param string Id of the tric
61 61
      * @return object Result of the request
62 62
      */
63
-    public function Do($tricId)
63
+    public function Do {
64
+        ($tricId)
64 65
     {
65 66
         return $this->request(self::HTTP_GET, "/".$tricId);
66 67
     }
68
+    }
67 69
 }
Please login to merge, or discard this patch.