File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,8 @@ public function setCalledListeners(array $listeners)
81
81
82
82
/**
83
83
* @see TraceableEventDispatcher
84
- *
85
- * @return array|Data
86
84
*/
87
- public function getCalledListeners ()
85
+ public function getCalledListeners (): array | Data
88
86
{
89
87
return $ this ->data ['called_listeners ' ];
90
88
}
@@ -99,10 +97,8 @@ public function setNotCalledListeners(array $listeners)
99
97
100
98
/**
101
99
* @see TraceableEventDispatcher
102
- *
103
- * @return array|Data
104
100
*/
105
- public function getNotCalledListeners ()
101
+ public function getNotCalledListeners (): array | Data
106
102
{
107
103
return $ this ->data ['not_called_listeners ' ];
108
104
}
@@ -119,10 +115,8 @@ public function setOrphanedEvents(array $events)
119
115
120
116
/**
121
117
* @see TraceableEventDispatcher
122
- *
123
- * @return array|Data
124
118
*/
125
- public function getOrphanedEvents ()
119
+ public function getOrphanedEvents (): array | Data
126
120
{
127
121
return $ this ->data ['orphaned_events ' ];
128
122
}
You can’t perform that action at this time.
0 commit comments