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.
Test Failed
Pull Request — master (#1)
by
unknown
05:38
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
         return $this;
188 188
     }
189 189
     /**
190
-     * @param $field alias or field name
190
+     * @param string $field alias or field name
191 191
      * @return bool|mixed
192 192
      */
193 193
     public function getIni($field)
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
 
199 199
     /**
200 200
      * @param $key
201
-     * @return mixed
201
+     * @return string
202 202
      */
203 203
     protected static function optionAlias($key)
204 204
     {
Please login to merge, or discard this patch.