10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe5280 commit e18f77cCopy full SHA for e18f77c
src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php
@@ -93,7 +93,7 @@ public function getCalledListeners()
93
/**
94
* Sets the not called listeners.
95
*
96
- * @param array $listeners An array of not called listeners
+ * @param array $listeners
97
98
* @see TraceableEventDispatcher
99
*/
@@ -105,7 +105,7 @@ public function setNotCalledListeners(array $listeners)
105
106
* Gets the not called listeners.
107
108
- * @return array An array of not called listeners
+ * @return array
109
110
111
0 commit comments