Skip to content

Commit e5ce4c9

Browse files
committed
removed unneeded comment
1 parent f1d8575 commit e5ce4c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class TemplateController extends ContainerAware
3333
*/
3434
public function templateAction($template, $maxAge = null, $sharedAge = null, $private = null)
3535
{
36-
/* @var $response \Symfony\Component\HttpFoundation\Response */
3736
if ($this->container->has('templating')) {
3837
$response = $this->container->get('templating')->renderResponse($template);
3938
} elseif ($this->container->has('twig')) {

0 commit comments

Comments
 (0)