mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -30,7 +30,7 @@ class resolver implements ControllerResolverInterface
|
||||
|
||||
/**
|
||||
* phpbb\template\template object
|
||||
* @var \phpbb\template\template
|
||||
* @var \phpbb\template\template|null
|
||||
*/
|
||||
protected $template;
|
||||
|
||||
@@ -51,7 +51,7 @@ class resolver implements ControllerResolverInterface
|
||||
*
|
||||
* @param ContainerInterface $container ContainerInterface object
|
||||
* @param string $phpbb_root_path Relative path to phpBB root
|
||||
* @param \phpbb\template\template $template
|
||||
* @param \phpbb\template\template|null $template
|
||||
*/
|
||||
public function __construct(ContainerInterface $container, $phpbb_root_path, \phpbb\template\template $template = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user