fix somme phpdoc and remove unused namespace

This commit is contained in:
Manuel Raynaud
2013-06-20 14:05:01 +02:00
parent e2706515eb
commit 686cb0bff1
2 changed files with 1 additions and 4 deletions

View File

@@ -22,10 +22,6 @@
/*************************************************************************************/ /*************************************************************************************/
namespace Thelia\Admin\Controller; 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\Routing\RequestContext;
use Symfony\Component\DependencyInjection\ContainerAware; use Symfony\Component\DependencyInjection\ContainerAware;

View File

@@ -30,6 +30,7 @@ class SmartyParser extends Smarty implements ParserInterface {
/** /**
* @param \Symfony\Component\HttpFoundation\Request $request * @param \Symfony\Component\HttpFoundation\Request $request
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
* @param bool $template
*/ */
public function __construct(Request $request, EventDispatcherInterface $dispatcher, $template = false) public function __construct(Request $request, EventDispatcherInterface $dispatcher, $template = false)
{ {