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 ( e9ac7c...cbed3d )
by Cees-Jan
06:26
created
src/Messenger.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * @param $target
129 129
      * @param $payload
130
-     * @return React\Promise\PromiseInterface
130
+     * @return PromiseInterface
131 131
      */
132 132
     public function callRpc($target, $payload)
133 133
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
 
187 187
     /**
188 188
      * @param  ActionableMessageInterface $line
189
-     * @return LineInterface
189
+     * @return string
190 190
      */
191 191
     public function createLine(ActionableMessageInterface $line)
192 192
     {
Please login to merge, or discard this patch.