From 42f4b6db7b56a27fa8eba7e164f9258a653c0258 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 13 Sep 2013 17:15:57 +0200 Subject: [PATCH] [EventDispatcher] fixed some phpdoc --- src/Symfony/Component/EventDispatcher/Event.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/EventDispatcher/Event.php b/src/Symfony/Component/EventDispatcher/Event.php index 2551f97cec..e25e7f1eba 100644 --- a/src/Symfony/Component/EventDispatcher/Event.php +++ b/src/Symfony/Component/EventDispatcher/Event.php @@ -76,7 +76,7 @@ class Event * * @param EventDispatcherInterface $dispatcher * - * @deprecated since 2.3 remove in 3.0 + * @deprecated Deprecated in 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. * * @api */ @@ -90,7 +90,7 @@ class Event * * @return EventDispatcherInterface * - * @deprecated since 2.3 remove in 3.0 + * @deprecated Deprecated in 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. * * @api */ @@ -104,7 +104,7 @@ class Event * * @return string * - * @deprecated since 2.3 remove in 3.0 + * @deprecated Deprecated in 2.4, to be removed in 3.0. The event name is passed to the listener call. * * @api */ @@ -118,7 +118,7 @@ class Event * * @param string $name The event name. * - * @deprecated since 2.3 remove in 3.0 + * @deprecated Deprecated in 2.4, to be removed in 3.0. The event name is passed to the listener call. * * @api */