8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e5b0 commit 384d0eeCopy full SHA for 384d0ee
src/Symfony/Component/HttpKernel/KernelEvents.php
@@ -73,10 +73,9 @@ final class KernelEvents
73
* The CONTROLLER_ARGUMENTS event occurs once controller arguments have been resolved.
74
*
75
* This event allows you to change the arguments that will be passed to
76
- * the controller. The event listener method receives a
77
- * Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent instance.
+ * the controller.
78
79
- * @Event
+ * @Event("Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent")
80
81
* @var string
82
*/
0 commit comments