File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -561,10 +561,10 @@ above). This gives us a "fresh" User object.
561561But Symfony also uses the ``username ``, ``salt ``, and ``password `` to verify
562562that the User has not changed between requests (it also calls your ``AdvancedUserInterface ``
563563methods if you implement it). Failing to serialize these may cause you to
564- be logged out on each request. If your User implements the
564+ be logged out on each request. If your user implements the
565565:class: `Symfony\\ Component\\ Security\\ Core\\ User\\ EquatableInterface `,
566- then instead of these properties being checked, your `` isEqualTo ` ` method
567- is simply called, and you can check whatever properties you want. Unless
566+ then instead of these properties being checked, your :method: ` Symfony \\ Component \\ Security \\ Core \\ User \\ EquatableInterface:: isEqualTo ` method
567+ is called, and you can check whatever properties you want. Unless
568568you understand this, you probably *won't * need to implement this interface
569569or worry about it.
570570
You can’t perform that action at this time.
0 commit comments