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
Pull Request — master (#18)
by
unknown
03:15
created
src/AngryBytes/Hash/HMAC.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -88,10 +88,6 @@
 block discarded – undo
88 88
      * strings. All input will be concatenated before hashing.
89 89
      *
90 90
      * @param  string $sharedSecret
91
-     * @param  mixed  $what1
92
-     * @param  mixed  $what2
93
-     * ...
94
-     * @param  mixed  $whatN
95 91
      * @return string
96 92
      **/
97 93
     public function hmac($sharedSecret)
Please login to merge, or discard this patch.