Skip to content

Commit c9c8b20

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix: Typo
2 parents 7d0f449 + 7dbc2a6 commit c9c8b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ If you're having problems authenticating, it could be that you *are* authenticat
25582558
successfully, but you immediately lose authentication after the first redirect.
25592559

25602560
In that case, review the serialization logic (e.g. the ``__serialize()`` or
2561-
``serialize()`` methods) on you user class (if you have any) to make sure
2561+
``serialize()`` methods) on your user class (if you have any) to make sure
25622562
that all the fields necessary are serialized and also exclude all the
25632563
fields not necessary to be serialized (e.g. Doctrine relations).
25642564

0 commit comments

Comments
 (0)