The CONTROLLER_ARGUMENTS event occurs once controller arguments have been resolved.
This event allows you to change the arguments that will be passed to the controller.
@Event("Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent");
public const CONTROLLER_ARGUMENTS = 'kernel.controller_arguments';