Commit 67e4a0f6 authored by Fabien Potencier's avatar Fabien Potencier

minor #1158 Fix return of renderView to string (bburnichon)

This PR was merged into the 1.2 branch.

Discussion
----------

Fix return of renderView to string

Commits
-------

988753a4 Fix return of renderView to string
parents e4df3aac 988753a4
......@@ -56,7 +56,7 @@ trait TwigTrait
* @param string $view The view name
* @param array $parameters An array of parameters to pass to the view
*
* @return Response A Response instance
* @return string The rendered view
*/
public function renderView($view, array $parameters = array())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment