From e5ce4c9383b9ef15cd75ef05e40afdda5c684b83 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 23 Dec 2016 22:13:36 +0100 Subject: [PATCH] removed unneeded comment --- .../Bundle/FrameworkBundle/Controller/TemplateController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php index 346b82b0ae..76167c245e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php @@ -33,7 +33,6 @@ class TemplateController extends ContainerAware */ public function templateAction($template, $maxAge = null, $sharedAge = null, $private = null) { - /* @var $response \Symfony\Component\HttpFoundation\Response */ if ($this->container->has('templating')) { $response = $this->container->get('templating')->renderResponse($template); } elseif ($this->container->has('twig')) {