add @Event annotation for KernelEvents

This commit is contained in:
Daniel Espendiller 2016-05-02 19:24:41 +02:00
parent fb92d7a04a
commit a52e51a7b8
1 changed files with 4 additions and 0 deletions

View File

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