add @Event annotation for KernelEvents

This commit is contained in:
Daniel Espendiller 2016-05-02 19:24:41 +02:00
parent fb92d7a04a
commit a52e51a7b8

View File

@ -108,6 +108,10 @@ final class KernelEvents
* *
* This event allows you to reset the global and environmental state of * This event allows you to reset the global and environmental state of
* the application, when it was changed during the request. * the application, when it was changed during the request.
* The event listener method receives a
* Symfony\Component\HttpKernel\Event\FinishRequestEvent instance.
*
* @Event
* *
* @var string * @var string
*/ */