Commit 988753a4 authored by Benoît Burnichon's avatar Benoît Burnichon

Fix return of renderView to string

parent e4df3aac
...@@ -56,7 +56,7 @@ trait TwigTrait ...@@ -56,7 +56,7 @@ trait TwigTrait
* @param string $view The view name * @param string $view The view name
* @param array $parameters An array of parameters to pass to the view * @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()) 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