Do not extend the new SF 4.3 ControllerEvent so we can make it final

This commit is contained in:
Tobias Schultze 2019-08-21 16:40:57 +02:00
parent 58439e3166
commit 00140b6a7c

View File

@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface;
/**
* @deprecated since Symfony 4.3, use ControllerArgumentsEvent instead
*/
class FilterControllerArgumentsEvent extends ControllerEvent
class FilterControllerArgumentsEvent extends FilterControllerEvent
{
private $arguments;