@@ -202,8 +202,8 @@ |
||
202 | 202 | * We don't have any more options, so let's throw an exception right now |
203 | 203 | * and hope the developer won't let it fail silently. |
204 | 204 | * |
205 | - * @param mixed $length |
|
206 | - * @return void |
|
205 | + * @param integer $length |
|
206 | + * @return string |
|
207 | 207 | * @throws Exception |
208 | 208 | */ |
209 | 209 | function random_bytes($length) |