diff --git a/core/lib/Thelia/Admin/Controller/BaseAdminController.php b/core/lib/Thelia/Admin/Controller/BaseAdminController.php index 7b9e2a79f..47ec7a476 100644 --- a/core/lib/Thelia/Admin/Controller/BaseAdminController.php +++ b/core/lib/Thelia/Admin/Controller/BaseAdminController.php @@ -22,10 +22,6 @@ /*************************************************************************************/ namespace Thelia\Admin\Controller; -use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\HttpFoundation\Response; -use Thelia\Admin\Templating\Template; -use Thelia\Core\Template\SmartyParser; use Symfony\Component\Routing\RequestContext; use Symfony\Component\DependencyInjection\ContainerAware; diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php b/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php index 86a5c3ada..42f783b84 100644 --- a/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php +++ b/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php @@ -30,6 +30,7 @@ class SmartyParser extends Smarty implements ParserInterface { /** * @param \Symfony\Component\HttpFoundation\Request $request * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher + * @param bool $template */ public function __construct(Request $request, EventDispatcherInterface $dispatcher, $template = false) {