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.
Passed
Pull Request — master (#14)
by wang
02:44
created
src/Gateways/BaiduGateway.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@
 block discarded – undo
79 79
     /**
80 80
      * generate Authorization.
81 81
      *
82
-     * @param $headersToSign
83
-     * @param $datetime
82
+     * @param string[] $headersToSign
83
+     * @param string $datetime
84 84
      * @param $headers
85 85
      * @param Config $config
86 86
      * @return string
Please login to merge, or discard this patch.