Skip to content

Commit f06ec0e

Browse files
committed
removed unneeded comment
1 parent 6e235c6 commit f06ec0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Controller/TemplateController.php

Lines changed: 0 additions & 1 deletion
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)