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 ( e9f2be...fa9df5 )
by Peter
14:16 queued 14:14
created
src/MessagebirdMessage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -53,6 +53,9 @@
 block discarded – undo
53 53
         return $this;
54 54
     }
55 55
     
56
+    /**
57
+     * @param string $datacoding
58
+     */
56 59
     public function setDatacoding($datacoding)
57 60
     {
58 61
         $this->datacoding = $datacoding;
Please login to merge, or discard this patch.