Fix event annotation for arguments resolving event

This commit is contained in:
Konstantin.Myakshin 2016-10-04 22:48:31 +03:00 committed by Fabien Potencier
parent 6f8e5b081a
commit 384d0eeaf8

View File

@ -73,10 +73,9 @@ final class KernelEvents
* The CONTROLLER_ARGUMENTS event occurs once controller arguments have been resolved. * The CONTROLLER_ARGUMENTS event occurs once controller arguments have been resolved.
* *
* This event allows you to change the arguments that will be passed to * This event allows you to change the arguments that will be passed to
* the controller. The event listener method receives a * the controller.
* Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent instance.
* *
* @Event * @Event("Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent")
* *
* @var string * @var string
*/ */