1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11054] Fixed $config var description

PHPBB3-11054
This commit is contained in:
David King
2012-08-15 09:15:18 -04:00
parent 0b70c3d0d6
commit b729609fb2

View File

@@ -47,8 +47,8 @@ abstract class phpbb_extension_controller implements phpbb_extension_controller_
protected $template;
/**
* Config array
* @var array
* Config object
* @var phpbb_config
*/
protected $config;