Skip to content

Commit d42a471

Browse files
committed
Fixed another comment referring to wrong event
1 parent f6ae407 commit d42a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FOSUserEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ final class FOSUserEvents
148148
* The REGISTRATION_CONFIRM event occurs just before confirming the account.
149149
*
150150
* This event allows you to access the user which will be confirmed.
151-
* The event listener method receives a FOS\UserBundle\Event\UserEvent instance.
151+
* The event listener method receives a FOS\UserBundle\Event\GetResponseUserEvent instance.
152152
*/
153153
const REGISTRATION_CONFIRM = 'fos_user.registration.confirm';
154154

0 commit comments

Comments
 (0)