1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/11628] phpbb_template, not phpbb_template_interface

PHPBB3-11628
This commit is contained in:
Nathan Guse 2013-07-25 09:32:28 -05:00
parent ce0a1bb3c5
commit 57bc3c7d3a

View File

@ -48,7 +48,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
*
* @param phpbb_user $user User Object
* @param ContainerInterface $container ContainerInterface object
* @param phpbb_template_interface $template
* @param phpbb_template $template
*/
public function __construct(phpbb_user $user, ContainerInterface $container, phpbb_template $template = null)
{