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:
parent
351a6dcad2
commit
fc4b1090cc
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user