Commit da545653 authored by Fabien Potencier's avatar Fabien Potencier

fixed CS

parent 2c73f555
......@@ -54,8 +54,8 @@ trait TwigTrait
/**
* Renders a view.
*
* @param string $view The view name
* @param array $parameters An array of parameters to pass to the view
* @param string $view The view name
* @param array $parameters An array of parameters to pass to the view
*
* @return Response A Response instance
*/
......
......@@ -21,8 +21,8 @@ trait UrlGeneratorTrait
/**
* Generates a path from the given parameters.
*
* @param string $route The name of the route
* @param mixed $parameters An array of parameters
* @param string $route The name of the route
* @param mixed $parameters An array of parameters
*
* @return string The generated path
*/
......@@ -34,8 +34,8 @@ trait UrlGeneratorTrait
/**
* Generates an absolute URL from the given parameters.
*
* @param string $route The name of the route
* @param mixed $parameters An array of parameters
* @param string $route The name of the route
* @param mixed $parameters An array of parameters
*
* @return string The generated URL
*/
......
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