Skip to content

Commit e846f01

Browse files
author
Nathan Vonnahme
committed
[Book][HTTP Cache] untabify
1 parent f601940 commit e846f01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

book/http_cache.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,14 @@ exposing a simple and efficient pattern::
649649
} else {
650650
// Do some more heavy stuff here
651651
// like getting more stuff from the DB
652-
$article->getMoreHeavyStuff();
652+
$article->getMoreHeavyStuff();
653653
// and rendering a template
654-
// with the $response you've already started.
655-
return $this->render(
656-
'MyBundle:MyController:article.html.twig',
657-
array('article' => $article),
658-
$response
659-
);
654+
// with the $response you've already started.
655+
return $this->render(
656+
'MyBundle:MyController:article.html.twig',
657+
array('article' => $article),
658+
$response
659+
);
660660

661661
}
662662
}

0 commit comments

Comments
 (0)