aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/captcha/factory.php9
1 files 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()
{