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 fb92d7a commit a52e51aCopy full SHA for a52e51a
src/Symfony/Component/HttpKernel/KernelEvents.php
@@ -108,6 +108,10 @@ final class KernelEvents
108
*
109
* This event allows you to reset the global and environmental state of
110
* 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
115
116
* @var string
117
*/
0 commit comments