Skip to content

Commit a52e51a

Browse files
committed
add @event annotation for KernelEvents
1 parent fb92d7a commit a52e51a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/HttpKernel/KernelEvents.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ final class KernelEvents
108108
*
109109
* This event allows you to reset the global and environmental state of
110110
* the application, when it was changed during the request.
111+
* The event listener method receives a
112+
* Symfony\Component\HttpKernel\Event\FinishRequestEvent instance.
113+
*
114+
* @Event
111115
*
112116
* @var string
113117
*/

0 commit comments

Comments
 (0)