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.
561
561
But Symfony also uses the ``username ``, ``salt ``, and ``password `` to verify
562
562
that the User has not changed between requests (it also calls your ``AdvancedUserInterface ``
563
563
methods 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
565
565
: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
568
568
you understand this, you probably *won't * need to implement this interface
569
569
or worry about it.
570
570
You can’t perform that action at this time.
0 commit comments