1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/16955] Clean up captcha classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 16:13:56 +01:00
parent 83cb41e72a
commit 35228ffd62
6 changed files with 22 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ class factory
* Return a new instance of a given plugin
*
* @param $name
* @return object
* @return object|null
*/
public function get_instance($name)
{