Skip to content

Commit

Permalink
Fix event annotation for arguments resolving event
Browse files Browse the repository at this point in the history
  • Loading branch information
Koc authored and fabpot committed Oct 4, 2016
1 parent 6f8e5b0 commit 384d0ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Symfony/Component/HttpKernel/KernelEvents.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit 384d0ee

Please sign in to comment.