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
04:21
created
src/AngryBytes/Hash/HMAC.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@  discard block
 block discarded – undo
43 43
     /**
44 44
      * Does this platform support an algorithm?
45 45
      *
46
+     * @param string $algorithm
46 47
      * @return bool
47 48
      **/
48 49
     public static function platformSupports($algorithm)
@@ -87,10 +88,6 @@  discard block
 block discarded – undo
87 88
      * strings. All input will be concatenated before hashing.
88 89
      *
89 90
      * @param  string $sharedSecret
90
-     * @param  mixed  $what1
91
-     * @param  mixed  $what2
92
-     * ...
93
-     * @param  mixed  $whatN
94 91
      * @return string
95 92
      **/
96 93
     public function hmac($sharedSecret)
Please login to merge, or discard this patch.