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
1 changed files with 2 additions and 3 deletions

View File

@ -73,10 +73,9 @@ final class KernelEvents
* 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. The event listener method receives a
* Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent instance.
* the controller.
*
* @Event
* @Event("Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent")
*
* @var string
*/