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 f6ae407 commit d42a471Copy full SHA for d42a471
FOSUserEvents.php
@@ -148,7 +148,7 @@ final class FOSUserEvents
148
* The REGISTRATION_CONFIRM event occurs just before confirming the account.
149
*
150
* This event allows you to access the user which will be confirmed.
151
- * The event listener method receives a FOS\UserBundle\Event\UserEvent instance.
+ * The event listener method receives a FOS\UserBundle\Event\GetResponseUserEvent instance.
152
*/
153
const REGISTRATION_CONFIRM = 'fos_user.registration.confirm';
154
0 commit comments