@@ -31,7 +31,7 @@ |
||
31 | 31 | * modifications to the encoding process. However, this method doesn't |
32 | 32 | * seem to be used anywhere so leaving it as is. |
33 | 33 | * |
34 | - * @param $string |
|
34 | + * @param string $string |
|
35 | 35 | * @return string |
36 | 36 | */ |
37 | 37 | public static function urldecodeRFC3986($string) |
@@ -116,6 +116,7 @@ |
||
116 | 116 | } |
117 | 117 | |
118 | 118 | /** |
119 | + * @param string $data |
|
119 | 120 | * @return bool |
120 | 121 | */ |
121 | 122 | protected function verifySignature($data, array $keys) |