fix somme phpdoc and remove unused namespace
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user