The FINISH_REQUEST event occurs when a response was generated for a request.
This event allows you to reset the global and environmental state of the application, when it was changed during the request.
@Event("Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent");
public const FINISH_REQUEST = 'kernel.finish_request';