diff --git a/src/mibew/libs/captcha.php b/src/mibew/libs/captcha.php index 687f52f3..6b9da18d 100644 --- a/src/mibew/libs/captcha.php +++ b/src/mibew/libs/captcha.php @@ -41,6 +41,8 @@ function gen_captcha() } /** * Send captcha image directly to output + * + * @param string $security_code String to show on captcha */ function draw_captcha($security_code) {