Skip to content

Commit 7dbc2a6

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix: Typo
2 parents 8238237 + b7392eb commit 7dbc2a6

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)