8000 [EventDispatcher] fixed some phpdoc · symfony/symfony@42f4b6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 42f4b6d

Browse files
committed
[EventDispatcher] fixed some phpdoc
1 parent 6920a37 commit 42f4b6d

File tree

1 file changed

+4
-4
lines changed
  • src/Symfony/Component/EventDispatcher

1 file changed

+4
-4
lines changed

src/Symfony/Component/EventDispatcher/Event.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function stopPropagation()
7676
*
7777
* @param EventDispatcherInterface $dispatcher
7878
*
79-
* @deprecated since 2.3 remove in 3.0
79+
* @deprecated Deprecated in 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
8080
*
8181
* @api
8282
*/
@@ -90,7 +90,7 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
9090
*
9191
* @return EventDispatcherInterface
9292
*
93-
* @deprecated since 2.3 remove in 3.0
93+
* @deprecated Deprecated in 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
9494
*
9595
* @api
9696
*/
@@ -104,7 +104,7 @@ public function getDispatcher()
104104
*
105105
* @return string
106106
*
107-
* @deprecated since 2.3 remove in 3.0
107+
* @deprecated Deprecated in 2.4, to be removed in 3.0. The event name is passed to the listener call.
108108
*
7305
109109
* @api
110110
*/
@@ -118,7 +118,7 @@ public function getName()
118118
*
119119
* @param string $name The event name.
120120
*
121-
* @deprecated since 2.3 remove in 3.0
121+
* @deprecated Deprecated in 2.4, to be removed in 3.0. The event name is passed to the listener call.
122122
*
123123
* @api
124124
*/

0 commit comments

Comments
 (0)
0