[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; namespace phpbb\captcha;
/**
* A small class for 3.0.x (no autoloader in 3.0.x)
*/
class factory class factory
{ {
/** /**
@ -53,6 +50,8 @@ class factory
/** /**
* Call the garbage collector * Call the garbage collector
*
* @param string $name The name to the captcha service.
*/ */
function garbage_collect($name) 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() function get_captcha_types()
{ {