1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/11854] Fix various comments

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-09 15:55:40 +02:00
parent 577f9ac7e4
commit d73d606f11
2 changed files with 7 additions and 3 deletions

View File

@@ -40,8 +40,12 @@ class factory
$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)
{
return $this->container->get($name);