Skip to content

Commit 5d21457

Browse files
authored
Merge pull request #2896 from libertjeremy/fix/user-manager-interface
Fix updateUser from Interface
2 parents ee76c57 + f6b63e9 commit 5d21457

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)