From fc4b1090cc9685efd0ac98bac9bff2582f0b6858 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 15:02:55 +0200 Subject: [PATCH] [ticket/11854] Fix comments PHPBB3-11854 --- phpBB/phpbb/captcha/factory.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/phpBB/phpbb/captcha/factory.php b/phpBB/phpbb/captcha/factory.php index 19c2f46e89..dd44aca8bb 100644 --- a/phpBB/phpbb/captcha/factory.php +++ b/phpBB/phpbb/captcha/factory.php @@ -13,9 +13,6 @@ namespace phpbb\captcha; -/** -* A small class for 3.0.x (no autoloader in 3.0.x) -*/ class factory { /** @@ -53,6 +50,8 @@ class factory /** * Call the garbage collector + * + * @param string $name The name to the captcha service. */ function garbage_collect($name) { @@ -61,7 +60,9 @@ class factory } /** - * return a list of all registered CAPTCHA plugins + * Return a list of all registered CAPTCHA plugins + * + * @returns array */ function get_captcha_types() {