File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/EventDispatcher Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function stopPropagation()
76
76
*
77
77
* @param EventDispatcherInterface $dispatcher
78
78
*
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.
80
80
*
81
81
* @api
82
82
*/
@@ -90,7 +90,7 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
90
90
*
91
91
* @return EventDispatcherInterface
92
92
*
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.
94
94
*
95
95
* @api
96
96
*/
@@ -104,7 +104,7 @@ public function getDispatcher()
104
104
*
105
105
* @return string
106
106
*
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.
108
108
*
7305
109
109
* @api
110
110
*/
@@ -118,7 +118,7 @@ public function getName()
118
118
*
119
119
* @param string $name The event name.
120
120
*
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.
122
122
*
123
123
* @api
124
124
*/
You can’t perform that action at this time.
0 commit comments