Skip to content

Commit f6b63e9

Browse files
author
LIBERT Jérémy
committed
Fix updateUser declaration
1 parent ee76c57 commit f6b63e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Model/UserManagerInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ public function reloadUser(UserInterface $user);
110110
* Updates a user.
111111
*
112112
* @param UserInterface $user
113+
* @param bool $andFlush
113114
*/
114-
public function updateUser(UserInterface $user);
115+
public function updateUser(UserInterface $user, $andFlush = true);
115116

116117
/**
117118
* Updates the canonical username and email fields for a user.

0 commit comments

Comments
 (0)