10000 Removed meaningless part of docblock · symfony/symfony@e18f77c · GitHub
[go: up one dir, main page]

Skip to content

Commit e18f77c

Browse files
committed
Removed meaningless part of docblock
1 parent ebe5280 commit e18f77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getCalledListeners()
9393
/**
9494
* Sets the not called listeners.
9595
*
96-
* @param array $listeners An array of not called listeners
96+
* @param array $listeners
9797
*
9898
* @see TraceableEventDispatcher
9999
*/
@@ -105,7 +105,7 @@ public function setNotCalledListeners(array $listeners)
105105
/**
106106
* Gets the not called listeners.
107107
*
108-
* @return array An array of not called listeners
108+
* @return array
109109
*
110110
* @see TraceableEventDispatcher
111111
*/

0 commit comments

Comments
 (0)
0