1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 14:17:56 +02:00

[ticket/11854] Fix comments

PHPBB3-11854
This commit is contained in:
Tristan Darricau 2014-08-10 15:02:55 +02:00
parent 351a6dcad2
commit fc4b1090cc

View File

@ -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()
{