Test Failed
Push — master ( ce0f94...aa19c6 )
by Dan
07:09
created
Src/Authenticate/HashHmac.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,9 @@  discard block
 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
     {
@@ -83,7 +85,7 @@  discard block
 block discarded – undo
83 85
     /**
84 86
      * Compare received hash against payload.
85 87
      *
86
-     * @param  $encodedHash
88
+     * @param  string $encodedHash
87 89
      * @param  array       $payload
88 90
      * @return bool
89 91
      * @throws \Exception
Please login to merge, or discard this patch.