Test Failed
Push — master ( a702cc...609dc4 )
by Dan
03:00
created
Src/Authenticate/HashHmac.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,9 @@
 block discarded – undo
67 67
      * Internal Function to creates hash from payload.
68 68
      *
69 69
      * @param  array $payload
70
-     * @return mixed
70
+     * @param string $algorithm
71
+     * @param string $privateKey
72
+     * @return string
71 73
      */
72 74
     private function generate($algorithm, array $payload = [], $privateKey)
73 75
     {
Please login to merge, or discard this patch.