Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Fix return of renderView to string
Browse files Browse the repository at this point in the history
  • Loading branch information
bburnichon committed Apr 30, 2015
1 parent e4df3aa commit 988753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Silex/Application/TwigTrait.php
Expand Up @@ -56,7 +56,7 @@ public function render($view, array $parameters = array(), Response $response =
* @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())
{
Expand Down

0 comments on commit 988753a

Please sign in to comment.