mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11854] Fix comments
PHPBB3-11854
This commit is contained in:
parent
351a6dcad2
commit
fc4b1090cc
1 changed files with 5 additions and 4 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue