Completed
Pull Request — master (#528)
by Richard
12:55
created
htdocs/class/libraries/vendor/paragonie/random_compat/lib/random.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -202,8 +202,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.