mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
[ticket/11854] Fix various comments
PHPBB3-11854
This commit is contained in:
parent
577f9ac7e4
commit
d73d606f11
@ -40,8 +40,12 @@ class factory
|
|||||||
$this->plugins = $plugins;
|
$this->plugins = $plugins;
|
||||||
}
|
}
|
||||||
|
|
||||||
//static public function get_instance($name)
|
/**
|
||||||
|
* Return a new instance of a given plugin
|
||||||
|
*
|
||||||
|
* @param $name
|
||||||
|
* @return object
|
||||||
|
*/
|
||||||
public function get_instance($name)
|
public function get_instance($name)
|
||||||
{
|
{
|
||||||
return $this->container->get($name);
|
return $this->container->get($name);
|
||||||
|
@ -72,7 +72,7 @@ class recaptcha extends \phpbb\captcha\plugins\captcha_abstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string the name of the class used to generate the captcha
|
* This function is implemented because required by the upper class, but is never used for reCaptcha.
|
||||||
*/
|
*/
|
||||||
function get_generator_class()
|
function get_generator_class()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user