diff --git a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php index 7e1f4a209f..a0ec0c9d2a 100644 --- a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php @@ -30,7 +30,7 @@ class FilterResponseEvent extends KernelEvent { /** * The current response object - * @var Symfony\Component\HttpFoundation\Response + * @var Response */ private $response; @@ -44,7 +44,7 @@ class FilterResponseEvent extends KernelEvent /** * Returns the current response object * - * @return Symfony\Component\HttpFoundation\Response + * @return Response * * @api */ @@ -56,7 +56,7 @@ class FilterResponseEvent extends KernelEvent /** * Sets a new response object * - * @param Symfony\Component\HttpFoundation\Response $response + * @param Response $response * * @api */