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 ee76c57 commit f6b63e9Copy full SHA for f6b63e9
Model/UserManagerInterface.php
@@ -110,8 +110,9 @@ public function reloadUser(UserInterface $user);
110
* Updates a user.
111
*
112
* @param UserInterface $user
113
+ * @param bool $andFlush
114
*/
- public function updateUser(UserInterface $user);
115
+ public function updateUser(UserInterface $user, $andFlush = true);
116
117
/**
118
* Updates the canonical username and email fields for a user.
0 commit comments