Skip to content

Commit f11e511

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [Security] Remove extra argument from call to EntityManager#flush()
2 parents 0849668 + 0153411 commit f11e511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/password_migration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ storing the newly created password hash::
188188
$user->setPassword($newEncodedPassword);
189189

190190
// execute the queries on the database
191-
$this->getEntityManager()->flush($user);
191+
$this->getEntityManager()->flush();
192192
}
193193
}
194194

0 commit comments

Comments
 (0)