[EventDispatcher] fixed some phpdoc

This commit is contained in:
Fabien Potencier 2013-09-13 17:15:57 +02:00
parent 6920a37a00
commit 42f4b6db7b

View File

@ -76,7 +76,7 @@ class Event
* *
* @param EventDispatcherInterface $dispatcher * @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 * @api
*/ */
@ -90,7 +90,7 @@ class Event
* *
* @return EventDispatcherInterface * @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 * @api
*/ */
@ -104,7 +104,7 @@ class Event
* *
* @return string * @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 * @api
*/ */
@ -118,7 +118,7 @@ class Event
* *
* @param string $name The event name. * @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 * @api
*/ */